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