From f03af127be4b27db3ebeb614a5ac3a0a0d2f516e Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 31 Jan 2016 22:23:10 -0300 Subject: mcomix-1.2-1.parabola1: updating version --- libre/mcomix/mcomix.install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libre/mcomix/mcomix.install') diff --git a/libre/mcomix/mcomix.install b/libre/mcomix/mcomix.install index 982ff97fa..82047a202 100644 --- a/libre/mcomix/mcomix.install +++ b/libre/mcomix/mcomix.install @@ -1,8 +1,8 @@ pkgname=mcomix post_install() { - if [ -f usr/bin/gconfpkg ]; then - usr/bin/gconfpkg --install ${pkgname} &> /dev/null + if [ -f usr/sbin/gconfpkg ]; then + usr/sbin/gconfpkg --install ${pkgname} &> /dev/null fi xdg-icon-resource forceupdate --theme hicolor &> /dev/null update-desktop-database -q @@ -19,8 +19,8 @@ post_upgrade() { } pre_remove() { - if [ -f usr/bin/gconfpkg ]; then - usr/bin/gconfpkg --uninstall ${pkgname} &> /dev/null + if [ -f usr/sbin/gconfpkg ]; then + usr/sbin/gconfpkg --uninstall ${pkgname} &> /dev/null fi } -- cgit v1.2.3