فهرست منبع

installer: also remove xmirror

xmirror depending on dialog was preventing the uninstall from
succeeding, and xmirror not being removed was an omission
classabbyamp 1 سال پیش
والد
کامیت
b195f14a64
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      installer.sh

+ 1 - 1
installer.sh

@@ -1324,7 +1324,7 @@ ${BOLD}Do you want to continue?${RESET}" 20 80 || return
         chroot $TARGETDIR dracut --no-hostonly --add-drivers "ahci" --force >>$LOG 2>&1
         INFOBOX "Removing temporary packages from target ..." 4 60
         echo "Removing temporary packages from target ..." >$LOG
-        TO_REMOVE="dialog xtools-minimal"
+        TO_REMOVE="dialog xtools-minimal xmirror"
         # only remove espeakup and brltty if it wasn't enabled in the live environment
         if ! [ -e "/var/service/espeakup" ]; then
             TO_REMOVE+=" espeakup"