Commit 5c096f05 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: drop --remove handling where it don't need an exception

parent 49a0351e
......@@ -4,11 +4,6 @@ PKGNAME=assistant
SUPPORTEDARCHES="x86_64 aarch64"
DESCRIPTION="Assistant (Ассистент) from the official site"
if [ "$1" = "--remove" ] ; then
epm remove $PKGNAME
exit
fi
. $(dirname $0)/common.sh
......
......@@ -5,12 +5,6 @@ SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="MyOffice Standart Home Edition for Linux from the official site"
if [ "$1" = "--remove" ] ; then
epm remove $PKGNAME
exit
fi
. $(dirname $0)/common.sh
pkgtype=$(epm print info -p)
......
......@@ -4,12 +4,6 @@ PKGNAME=r7-office
SUPPORTEDARCHES="x86_64"
DESCRIPTION="R7 Office for Linux from the official site"
# remove with scripts (need for remove icons and associations)
if [ "$1" = "--remove" ] ; then
epm remove $PKGNAME
exit
fi
. $(dirname $0)/common.sh
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r7-office
......@@ -37,5 +31,6 @@ case $(epm print info -e) in
esac
# install with scripts (need for install icons and associations)
# see /etc/eepm/pkgallowscripts.list
# TODO: pack it into the package
epm install "$PKG"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment