summaryrefslogtreecommitdiff
path: root/community/gnome-commander/gnome-commander.install
diff options
context:
space:
mode:
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: