summarylogtreecommitdiffstats
path: root/freecad.install
diff options
context:
space:
mode:
Diffstat (limited to 'freecad.install')
-rw-r--r--freecad.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/freecad.install b/freecad.install
deleted file mode 100644
index 70960f0516e6..000000000000
--- a/freecad.install
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-}