summarylogtreecommitdiffstats
path: root/tikzit.install
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit.install')
-rw-r--r--tikzit.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/tikzit.install b/tikzit.install
deleted file mode 100644
index 2393d439188a..000000000000
--- a/tikzit.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
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}