summarylogtreecommitdiffstats
path: root/pykaraoke-gst-git.install
diff options
context:
space:
mode:
authorAnders Thomsen2017-03-04 23:01:16 +0100
committerAnders Thomsen2017-03-04 23:01:16 +0100
commitd59669055dabc42c5ce243437542355fd1151e9b (patch)
tree4e010498ff2598f22a08438007de8be7128e834b /pykaraoke-gst-git.install
downloadaur-d59669055dabc42c5ce243437542355fd1151e9b.tar.gz
Initial commit for AUR4
Diffstat (limited to 'pykaraoke-gst-git.install')
-rw-r--r--pykaraoke-gst-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pykaraoke-gst-git.install b/pykaraoke-gst-git.install
new file mode 100644
index 000000000000..e111ef946053
--- /dev/null
+++ b/pykaraoke-gst-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}