Remove archive after unpack

This commit is contained in:
TheSpad 2022-07-25 16:46:28 +01:00
parent 8666950f48
commit 9abe1ad301
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

View File

@ -81,7 +81,9 @@ fi
tar xf \
/tmp/calibre.txz \
-C /app/calibre
-C /app/calibre
rm /tmp/calibre.txz
if [ ! -e /usr/bin/calibre-server ]; then
/app/calibre/calibre_postinstall