summarylogtreecommitdiffstats
path: root/vim-qt-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'vim-qt-git.install')
-rw-r--r--vim-qt-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/vim-qt-git.install b/vim-qt-git.install
new file mode 100644
index 000000000000..272ceaacbab4
--- /dev/null
+++ b/vim-qt-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}