There was an error while loading. Please reload this page.
1 parent 00d2463 commit aff251aCopy full SHA for aff251a
1 file changed
install.sh
@@ -17,6 +17,7 @@ cmake -B build -S .
17
cmake --build build
18
sudo cmake --install build
19
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/"
+# remove KDE Store / kpackagetool6 install so it doesn't override the system-wide one
+echo "Removing previous install (if exists) from $HOME/.local/share/plasma/wallpapers/"
+rm -r "$HOME/.local/share/plasma/wallpapers/luisbocanegra.smart.video.wallpaper.reborn/" 2>/dev/null || true
23
+echo "Done"
0 commit comments