remove installer files from target

This commit is contained in:
Marcus 2023-10-22 21:50:05 +02:00
parent aa3680b401
commit a536a60140
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ finish () {
message "removing installer files from target"
$CHROOTCMD /usr/bin/rm -Rf /usr/sbin/nanodesk-installer || error
$CHROOTCMD /usr/bin/rm -Rf /usr/bin/nanodesk-installer-gxm || error
$CHROOTCMD /usr/bin/rm -Rf /usr/share/applications/nanodesk-installer-gxm.desktop || error
message "removing live-packages from target"
$CHROOTCMD /usr/bin/apt -y purge 'live-boot*' 'live-tools*'