summarylogtreecommitdiffstats
path: root/gvim-git.install
diff options
context:
space:
mode:
authorPeter Mattern2015-08-14 14:57:02 +0200
committerPeter Mattern2015-08-14 14:57:02 +0200
commit78ec10729d2f3d173accdacbef30f891a18143bf (patch)
tree218c2084ee47304cb0428715a1bb0852c38984ce /gvim-git.install
downloadaur-78ec10729d2f3d173accdacbef30f891a18143bf.tar.gz
initial commit
Diffstat (limited to 'gvim-git.install')
-rw-r--r--gvim-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/gvim-git.install b/gvim-git.install
new file mode 100644
index 000000000000..f41381c2b1c5
--- /dev/null
+++ b/gvim-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -f /usr/share/icons/hicolor
+ update-desktop-database --quiet
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}