summarylogtreecommitdiffstats
path: root/jpcsp.install
diff options
context:
space:
mode:
Diffstat (limited to 'jpcsp.install')
-rw-r--r--jpcsp.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/jpcsp.install b/jpcsp.install
new file mode 100644
index 000000000000..d4b58001e5de
--- /dev/null
+++ b/jpcsp.install
@@ -0,0 +1,18 @@
+## arg 1: the new package version
+post_install() {
+ update-desktop-database -q
+}
+
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}
+
+
+# vim:set ts=2 sw=2 et:
+