summarylogtreecommitdiffstats
path: root/smartgit.install
diff options
context:
space:
mode:
Diffstat (limited to 'smartgit.install')
-rw-r--r--smartgit.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/smartgit.install b/smartgit.install
deleted file mode 100644
index 254471508dbe..000000000000
--- a/smartgit.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo "update desktop mime database..."
- update-desktop-database
- gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-
-post_upgrade() {
- gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-
-post_remove() {
- echo "update desktop mime database..."
- update-desktop-database
- gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-