summarylogtreecommitdiffstats
path: root/jalv-select.install
diff options
context:
space:
mode:
authorChristopher Arndt2016-03-18 12:05:40 +0100
committerChristopher Arndt2016-03-18 12:05:40 +0100
commit73802d22bffa2992ec161458a0923a4b79706428 (patch)
tree7754970b8accd23dbeda7db5dfae8a6ac0287278 /jalv-select.install
downloadaur-73802d22bffa2992ec161458a0923a4b79706428.tar.gz
Add new package 'jalv-select'
Diffstat (limited to 'jalv-select.install')
-rw-r--r--jalv-select.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/jalv-select.install b/jalv-select.install
new file mode 100644
index 000000000000..660593cf5668
--- /dev/null
+++ b/jalv-select.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}