summarylogtreecommitdiffstats
path: root/jpcsp.install
diff options
context:
space:
mode:
Diffstat (limited to 'jpcsp.install')
-rw-r--r--jpcsp.install7
1 files changed, 1 insertions, 6 deletions
diff --git a/jpcsp.install b/jpcsp.install
index d4b58001e5de..0af7a6bb6805 100644
--- a/jpcsp.install
+++ b/jpcsp.install
@@ -1,10 +1,7 @@
-## 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
}
@@ -13,6 +10,4 @@ post_remove() {
update-desktop-database -q
}
-
-# vim:set ts=2 sw=2 et:
-
+# vim: set et ts=2 sw=2 ft=sh: