瀏覽代碼

installer.sh: Remove modified sddm.conf to let sddm use the defaults.

Unknown 6 年之前
父節點
當前提交
9d276f209f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      installer.sh.in

+ 2 - 0
installer.sh.in

@@ -1228,6 +1228,8 @@ ${BOLD}Do you want to continue?${RESET}" 20 80 || return
         rm -f $TARGETDIR/etc/motd
         rm -f $TARGETDIR/etc/issue
         rm -f $TARGETDIR/usr/sbin/void-installer
+        # Remove modified sddm.conf to let sddm use the defaults.
+        rm -f $TARGETDIR/etc/sddm.conf
         # Remove live user.
         echo "Removing $USERNAME live user from targetdir ..." >$LOG
         chroot $TARGETDIR userdel -r $USERNAME >$LOG 2>&1