From b5d1d3d63b09dd2e71ffa5ab8cc496de373da8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Tue, 3 May 2016 16:48:30 -0300 Subject: libre/mcomix: update package --- libre/mcomix/mcomix.install | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 libre/mcomix/mcomix.install (limited to 'libre/mcomix/mcomix.install') diff --git a/libre/mcomix/mcomix.install b/libre/mcomix/mcomix.install deleted file mode 100644 index 82047a202..000000000 --- a/libre/mcomix/mcomix.install +++ /dev/null @@ -1,31 +0,0 @@ -pkgname=mcomix - -post_install() { - 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 - update-mime-database usr/share/mime &> /dev/null -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - echo 'In case of any issues with zoom keybindings, delete ~/.config/mcomix/keybindings.conf.' - post_install $1 -} - -pre_remove() { - if [ -f usr/sbin/gconfpkg ]; then - usr/sbin/gconfpkg --uninstall ${pkgname} &> /dev/null - fi -} - -post_remove() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null -} -- cgit v1.2.3-2-g168b