summarylogtreecommitdiffstats
path: root/guitarix-git.install
diff options
context:
space:
mode:
authorsekret2015-06-09 20:00:24 +0200
committersekret2015-06-09 20:00:24 +0200
commitcd04275bef442af1419f7218f203f296d940eae9 (patch)
treea2d591e0f07d564a2424a8a396892a3cced5033b /guitarix-git.install
downloadaur-cd04275bef442af1419f7218f203f296d940eae9.tar.gz
initial AUR4 import
Diffstat (limited to 'guitarix-git.install')
-rw-r--r--guitarix-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/guitarix-git.install b/guitarix-git.install
new file mode 100644
index 000000000000..b8c7ebf27b7e
--- /dev/null
+++ b/guitarix-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}