Adjustment of the installation scripts' logic

This commit is contained in:
Cantibra
2026-01-26 20:23:10 +01:00
parent 80210e740a
commit 8d24d1b288
2 changed files with 3 additions and 1 deletions

View File

@@ -36,7 +36,6 @@ case "${1}" in
/usr/bin/echo ''
;;
upgrade)
/usr/bin/rm --force --recursive '/opt/pironman5'
/usr/bin/install --directory '/opt/pironman5'
;;
esac