diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2013-10-21 22:18:47 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:21:36 +0200 |
commit | b859f6c12f90237acee1ca63ea850ed53bbd61a4 (patch) | |
tree | 893efbab272c498e4cc27940209c1c50240e6ffa /pcmanfm.install | |
parent | 2417478c01b64985d04745b01b0167d298ab9b77 (diff) | |
download | pkgbuilds-b859f6c12f90237acee1ca63ea850ed53bbd61a4.tar.xz |
Added missing modelines to .install files
Diffstat (limited to 'pcmanfm.install')
-rw-r--r-- | pcmanfm.install | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pcmanfm.install b/pcmanfm.install index 14027ae..e511b97 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: |