diff options
-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: |