Commit 18ad06ef authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play myoffice: enable package scripts for removing too (ALT bug 43626)

parent feec5a03
......@@ -4,6 +4,13 @@ PKGNAME=myoffice-standard-home-edition
SUPPORTEDARCHES="x86_64"
DESCRIPTION="MyOffice for Linux from the official site"
if [ "$1" = "--remove" ] ; then
# Allow scripts: MyOffice reclaims their rpm package supports ALT
epm remove --scripts $PKGNAME
exit
fi
. $(dirname $0)/common.sh
arch=$($DISTRVENDOR --distro-arch)
......
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