summarylogtreecommitdiffstats
path: root/smartgit.install
diff options
context:
space:
mode:
authorAlexey Stukalov2017-11-18 18:49:39 +0100
committerAlexey Stukalov2017-11-18 18:49:39 +0100
commitf5d94fc5f688b4ff24812d38a92a5ccdbcceed4f (patch)
tree5fbe305a6b17438da3f5a103c25da8c79277d2f8 /smartgit.install
parentce5b2d6f59c81af8362c3b57531027c17c2ec5df (diff)
downloadaur-f5d94fc5f688b4ff24812d38a92a5ccdbcceed4f.tar.gz
remove smartgit.install
icon and MIME caches are now automatically updated by pacman Thanks to Muflone for the suggestion.
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/
-}
-