Skip to content

Commit

Permalink
修复卸载不彻底
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuchen Deng committed Nov 30, 2021
1 parent 256018a commit aa1ff6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion base-remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@ rm -f /usr/local/bin/$1-install-*
rm -f /usr/local/bin/$1-start
rm -f /usr/local/bin/$1-config
rm -f /usr/local/bin/$1-query
rm -f /usr/local/bin/$1-bind
rm -f /usr/local/bin/$1-clean
rm -f /usr/local/bin/$1-update
rm -f /usr/local/bin/$1-upgrade
rm -f /usr/local/bin/$1-config-*
rm -f /usr/local/bin/$1-qq
rm -f /usr/local/bin/$1-weixin
rm -f /usr/local/bin/$1-ecloud
rm -f /usr/local/bin/$1-thunar
rm -f /usr/local/bin/$1-file
rm -f /usr/local/bin/$1-mpv
rm -f /usr/local/bin/$1-chromium
rm -f /usr/local/bin/$1-shotwell
rm -f /usr/local/bin/$1-libreoffice

[[ -d /home/share && `ls -A /home/share |wc -w` == 0 ]] && rm -rf /home/share
rm -f /etc/X11/xorg.conf.d/disable-MIT-SHM.conf
Expand Down

0 comments on commit aa1ff6a

Please sign in to comment.