summarylogtreecommitdiffstats
path: root/vsxu-git.install
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2015-07-15 20:08:03 -0700
committerLlewelyn Trahaearn2015-07-15 20:08:03 -0700
commitec8ca7e6464a06684325440dab13f6a10914c5e4 (patch)
treee9b802e40b818c036c008ae0f7c5b886a1189ff8 /vsxu-git.install
downloadaur-ec8ca7e6464a06684325440dab13f6a10914c5e4.tar.gz
Initial import.
Diffstat (limited to 'vsxu-git.install')
-rw-r--r--vsxu-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/vsxu-git.install b/vsxu-git.install
new file mode 100644
index 000000000000..bce670aff4af
--- /dev/null
+++ b/vsxu-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}