summaryrefslogtreecommitdiff
path: root/community/deja-dup/deja-dup.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/deja-dup/deja-dup.install')
-rw-r--r--community/deja-dup/deja-dup.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/deja-dup/deja-dup.install b/community/deja-dup/deja-dup.install
deleted file mode 100644
index 6ce7836d2..000000000
--- a/community/deja-dup/deja-dup.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
-}