summaryrefslogtreecommitdiff
path: root/community-testing/almanah/almanah.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/almanah/almanah.install')
-rw-r--r--community-testing/almanah/almanah.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/community-testing/almanah/almanah.install b/community-testing/almanah/almanah.install
deleted file mode 100644
index 6ce7836d2..000000000
--- a/community-testing/almanah/almanah.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}