initial import of freecad-git 0.14.1.r896.gaeabffe-1
This commit is contained in:
commit
97bf587149
5 changed files with 162 additions and 0 deletions
15
freecad.install
Normal file
15
freecad.install
Normal file
|
@ -0,0 +1,15 @@
|
|||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
update-desktop-database -q
|
||||
update-mime-database usr/share/mime
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
update-desktop-database -q
|
||||
update-mime-database usr/share/mime
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue