Skip to content

Commit

Permalink
v8.23
Browse files Browse the repository at this point in the history
- DietPi-Software | MPD: Do not purge libmpdclient2 on MPD uninstall. This was added a long time ago when we used own MPD packages with no dependencies defined via package controls, so that we installed all these manually: #6642
  • Loading branch information
MichaIng committed Sep 27, 2023
1 parent 64f6ef8 commit c1d9640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -12721,7 +12721,7 @@ If no WireGuard (auto)start is included, but you require it, please do the follo
if To_Uninstall 128 # MPD
then
Remove_Service mpd 1 1 # group for pre-v6.29
G_AGP mpd libmpdclient2
G_AGP mpd
[[ -d '/var/log/mpd' ]] && G_EXEC rm -R /var/log/mpd
[[ -d '/mnt/dietpi_userdata/.mpd_cache' ]] && G_EXEC rm -R /mnt/dietpi_userdata/.mpd_cache
[[ -f '/etc/mpd.conf' ]] && G_EXEC rm /etc/mpd.conf
Expand Down

0 comments on commit c1d9640

Please sign in to comment.