From 98bf2ac3fdd6f7bcb6ce45c932fc13c07fecc03f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Apr 2012 00:01:35 +0000 Subject: Wed Apr 25 00:01:35 UTC 2012 --- extra/ekiga/ekiga.install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/ekiga/ekiga.install') 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 } -- cgit v1.2.3-54-g00ecf