Skip to content

Commit aff251a

Browse files
committed
fix: inform about KDE Store version removal on install.sh
1 parent 00d2463 commit aff251a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

install.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ cmake -B build -S .
1717
cmake --build build
1818
sudo cmake --install build
1919

20-
# remove KDE Store / kpackagetool6 install so it doesn't override the system one
21-
22-
rm -r "$HOME/.local/share/plasma/wallpapers/luisbocanegra.smart.video.wallpaper.reborn/"
20+
# remove KDE Store / kpackagetool6 install so it doesn't override the system-wide one
21+
echo "Removing previous install (if exists) from $HOME/.local/share/plasma/wallpapers/"
22+
rm -r "$HOME/.local/share/plasma/wallpapers/luisbocanegra.smart.video.wallpaper.reborn/" 2>/dev/null || true
23+
echo "Done"

0 commit comments

Comments
 (0)