initial import of freecad-git 0.14.1.r896.gaeabffe-1

This commit is contained in:
Christian Hesse 2015-06-30 09:40:28 +02:00
commit 97bf587149
5 changed files with 162 additions and 0 deletions

15
freecad.install Normal file
View 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
}