Commit b7e333db authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play piktomir: clean up via pack.d/piktomir.sh

parent 155cb2e9
#!/bin/sh
TAR="$1"
RETURNTARNAME="$2"
#VERSION="$3"
. $(dirname $0)/common.sh
# TODO: inform vendor
VERSION=0.1
PKGNAME="$PRODUCT-$VERSION.AppImage"
mv -v $TAR $PKGNAME
return_tar $PKGNAME
......@@ -12,10 +12,4 @@ warn_version_is_not_supported
PKGURL="https://dl.piktomir.ru/PiktoMir-x86_64.AppImage"
# hack: original AppImage have no version
cd_to_temp_dir
eget "$PKGURL" || fatal
newname="$PKGNAME-0.1.AppImage"
mv -v *.AppImage $newname
epm install $newname
install_pack_pkgurl
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