also remove orage

This commit is contained in:
tomit4 2022-04-08 10:12:57 -07:00
parent ba603a8f07
commit 9873afe5e7

View file

@ -4,7 +4,7 @@ Remove XFCE
doas pacman -Q | grep xfce | awk '!($2="")' | grep -v terminal | grep -v screenshooter | grep -v notifyd | grep -v libxfce4util | grep -v libxfce4ui | grep -v artwork | tr '\n' ' ' | catx
doas pacman -R xfwm (ctrl + shift + v)
doas pacman -R xfwm orage-git (ctrl + shift + v)
locate xfce | grep -v terminal | grep -v screenshooter | grep -v notifyd | grep -v libxfce4util | grep -v libxfce4ui | grep -v artwork | doas xargs -d\\n rm -v