summarylogtreecommitdiffstats
path: root/isomaster.install
diff options
context:
space:
mode:
authorSteven Honeyman2015-06-09 19:10:55 +0100
committerSteven Honeyman2015-06-09 19:10:55 +0100
commit7d53a4e654b09dfc90fc94044d94971ce6884ad7 (patch)
tree6d4938be71cdc6ef6b2d93aa6daaaf7cb53962f6 /isomaster.install
downloadaur-7d53a4e654b09dfc90fc94044d94971ce6884ad7.tar.gz
Initial import
Diffstat (limited to 'isomaster.install')
-rw-r--r--isomaster.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/isomaster.install b/isomaster.install
new file mode 100644
index 000000000000..5e5cfef4d9f6
--- /dev/null
+++ b/isomaster.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}