summaryrefslogtreecommitdiff
path: root/libre/mcomix
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-08 04:22:29 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-08 04:22:29 -0200
commitb5ddf935f744ff684b0e1b3d44ddc02e8315d461 (patch)
treea616e012a917a18ec17c755ff67f40aa4c04d587 /libre/mcomix
parent8d9209a81b5ea1390d10f6eb7a4faf54c3be8894 (diff)
mcomix: fix mcomix.install
Diffstat (limited to 'libre/mcomix')
-rw-r--r--libre/mcomix/PKGBUILD2
-rw-r--r--libre/mcomix/mcomix.install8
2 files changed, 5 insertions, 5 deletions
diff --git a/libre/mcomix/PKGBUILD b/libre/mcomix/PKGBUILD
index 3727242e8..b6dd55def 100644
--- a/libre/mcomix/PKGBUILD
+++ b/libre/mcomix/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mcomix
pkgver=1.00
-pkgrel=6.parabola1
+pkgrel=6.parabola2
pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books, without nonfree unrar support"
arch=('any')
url="http://sourceforge.net/projects/mcomix/"
diff --git a/libre/mcomix/mcomix.install b/libre/mcomix/mcomix.install
index 82047a202..982ff97fa 100644
--- a/libre/mcomix/mcomix.install
+++ b/libre/mcomix/mcomix.install
@@ -1,8 +1,8 @@
pkgname=mcomix
post_install() {
- if [ -f usr/sbin/gconfpkg ]; then
- usr/sbin/gconfpkg --install ${pkgname} &> /dev/null
+ if [ -f usr/bin/gconfpkg ]; then
+ usr/bin/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/sbin/gconfpkg ]; then
- usr/sbin/gconfpkg --uninstall ${pkgname} &> /dev/null
+ if [ -f usr/bin/gconfpkg ]; then
+ usr/bin/gconfpkg --uninstall ${pkgname} &> /dev/null
fi
}