summaryrefslogtreecommitdiff
path: root/libre/mcomix/mcomix.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/mcomix/mcomix.install')
-rw-r--r--libre/mcomix/mcomix.install31
1 files changed, 0 insertions, 31 deletions
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
-}