From b859f6c12f90237acee1ca63ea850ed53bbd61a4 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 21 Oct 2013 22:18:47 +0200 Subject: Added missing modelines to .install files --- pcmanfm.install | 10 ++++++---- 1 file 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: -- cgit v1.2.3-54-g00ecf