summaryrefslogtreecommitdiff
path: root/community/gnome-commander/gnome-commander.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/gnome-commander/gnome-commander.install
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/gnome-commander/gnome-commander.install')
-rw-r--r--community/gnome-commander/gnome-commander.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/gnome-commander/gnome-commander.install b/community/gnome-commander/gnome-commander.install
index e1b6d3a0c..1c0d43e16 100644
--- a/community/gnome-commander/gnome-commander.install
+++ b/community/gnome-commander/gnome-commander.install
@@ -1,7 +1,7 @@
pkgname=gnome-commander
post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
+ gconfpkg --install "$pkgname"
update-desktop-database -q
}
@@ -14,9 +14,11 @@ post_upgrade() {
}
pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
+ gconfpkg --uninstall "$pkgname"
}
post_remove() {
update-desktop-database -q
}
+
+# vim:set ts=2 sw=2 et: