summarylogtreecommitdiffstats
path: root/moonshiner.install
diff options
context:
space:
mode:
authorAndrzej Giniewicz2015-07-07 21:11:08 +0200
committerAndrzej Giniewicz2015-07-07 21:11:08 +0200
commit8f65d0780a0b8a93757802670a0a8bdfa843f5c7 (patch)
tree5ffb2ce26204185053467e82b4db144b934d64a8 /moonshiner.install
downloadaur-8f65d0780a0b8a93757802670a0a8bdfa843f5c7.tar.gz
Initial import
Diffstat (limited to 'moonshiner.install')
-rw-r--r--moonshiner.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/moonshiner.install b/moonshiner.install
new file mode 100644
index 000000000000..467f0764bc1b
--- /dev/null
+++ b/moonshiner.install
@@ -0,0 +1,14 @@
+
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+