summarylogtreecommitdiffstats
path: root/insanerzshooter.install
diff options
context:
space:
mode:
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: