summaryrefslogtreecommitdiff
path: root/extra/ekiga/ekiga.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ekiga/ekiga.install')
-rw-r--r--extra/ekiga/ekiga.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/ekiga/ekiga.install b/extra/ekiga/ekiga.install
index b1d76a4a3..91f3a57a0 100644
--- a/extra/ekiga/ekiga.install
+++ b/extra/ekiga/ekiga.install
@@ -1,8 +1,8 @@
pkgname=ekiga
post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ gconfpkg --install $pkgname
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}
pre_upgrade() {
@@ -14,9 +14,9 @@ post_upgrade() {
}
pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
+ gconfpkg --uninstall $pkgname
}
post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}