summaryrefslogtreecommitdiff
path: root/community/fwbuilder/fwbuilder.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/fwbuilder/fwbuilder.install')
-rw-r--r--community/fwbuilder/fwbuilder.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/fwbuilder/fwbuilder.install b/community/fwbuilder/fwbuilder.install
deleted file mode 100644
index b2d479931..000000000
--- a/community/fwbuilder/fwbuilder.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q /usr/share/applications &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-