summarylogtreecommitdiffstats
path: root/AmbulantPlayer_gtk.install
diff options
context:
space:
mode:
authorBaytars2020-03-16 21:51:08 +0800
committerBaytars2020-03-16 21:51:08 +0800
commitcda85ece8e713d5b75666496a3a4e7e3afb72fb8 (patch)
tree0e116ac8bc9945d28bc89b56736a271ef4a1a2c3 /AmbulantPlayer_gtk.install
downloadaur-cda85ece8e713d5b75666496a3a4e7e3afb72fb8.tar.gz
Initial commit
Diffstat (limited to 'AmbulantPlayer_gtk.install')
-rw-r--r--AmbulantPlayer_gtk.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/AmbulantPlayer_gtk.install b/AmbulantPlayer_gtk.install
new file mode 100644
index 000000000000..5e5cfef4d9f6
--- /dev/null
+++ b/AmbulantPlayer_gtk.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}