summaryrefslogtreecommitdiff
path: root/testing/xournal/install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xournal/install')
-rw-r--r--testing/xournal/install13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/xournal/install b/testing/xournal/install
deleted file mode 100644
index dfcb68374..000000000
--- a/testing/xournal/install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database usr/share/mime &>/dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}