remove installer files from target
This commit is contained in:
parent
aa3680b401
commit
a536a60140
1 changed files with 2 additions and 0 deletions
|
@ -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*'
|
||||
|
|
Loading…
Reference in a new issue