summarylogtreecommitdiffstats
path: root/insanerzshooter.install
diff options
context:
space:
mode:
authorAlexander F Rødseth2015-06-10 14:32:02 +0200
committerAlexander F Rødseth2015-06-10 14:32:02 +0200
commit874b4229652347269d596596445ba44b2a8dbeec (patch)
tree714ec3aa4956e2fdbbd97f5fdf7bbf1de801eba4 /insanerzshooter.install
downloadaur-874b4229652347269d596596445ba44b2a8dbeec.tar.gz
Initial import
Diffstat (limited to 'insanerzshooter.install')
-rw-r--r--insanerzshooter.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/insanerzshooter.install b/insanerzshooter.install
new file mode 100644
index 000000000000..ad97d7babca6
--- /dev/null
+++ b/insanerzshooter.install
@@ -0,0 +1,13 @@
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_install() {
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}
+
+# vim:set ts=2 sw=2 et: