summarylogtreecommitdiffstats
path: root/pcmanfm.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcmanfm.install')
-rw-r--r--pcmanfm.install10
1 files changed, 6 insertions, 4 deletions
diff --git a/pcmanfm.install b/pcmanfm.install
index 14027ae5644e..e511b9779149 100644
--- a/pcmanfm.install
+++ b/pcmanfm.install
@@ -1,12 +1,14 @@
post_install() {
- update-mime-database usr/share/mime > /dev/null
- update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+ update-desktop-database -q
}
post_upgrade() {
- post_install $1
+ post_install $1
}
post_remove() {
- post_install $1
+ post_install $1
}
+
+# vim: set ts=4 sw=4 noet: