summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2013-10-21 22:18:47 +0200
committerJohannes Löthberg2015-06-08 12:21:36 +0200
commitb859f6c12f90237acee1ca63ea850ed53bbd61a4 (patch)
tree893efbab272c498e4cc27940209c1c50240e6ffa
parent2417478c01b64985d04745b01b0167d298ab9b77 (diff)
downloadaur-b859f6c12f90237acee1ca63ea850ed53bbd61a4.tar.gz
Added missing modelines to .install files
-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: