summarylogtreecommitdiffstats
path: root/jpcsp.install
diff options
context:
space:
mode:
authorbug2015-06-15 18:29:46 +0300
committerbug2015-06-15 18:29:46 +0300
commit7b9d8d6d8f992c1989ac6af119990677e0b71d4a (patch)
treef5250c03bc39eb9cf637c8d540bd1919054ebcc2 /jpcsp.install
downloadaur-jpcsp-git.tar.gz
Initial import
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:
+