Also on removes

This commit is contained in:
David Heinemeier Hansson
2025-08-24 17:36:02 +02:00
parent 9d739faf2b
commit 673cea1644
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
echo "Switching from vlc to mpv for the default video player"
if ! command -v mpv &>/dev/null; then
yay -Rns --noconfirm vlc
sudo pacman -Rns --noconfirm vlc
rm ~/.local/share/applications/vlc.desktop
sudo pacman -S --noconfirm mpv
xdg-mime default mpv.desktop video/mp4