diff options
| -rwxr-xr-x | debian/itzks-systems-common.postinst | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/debian/itzks-systems-common.postinst b/debian/itzks-systems-common.postinst index c4c1189..aa3784d 100755 --- a/debian/itzks-systems-common.postinst +++ b/debian/itzks-systems-common.postinst @@ -87,6 +87,11 @@ case "$1" in  			else  				update-debian-edu-artwork-spacefun configure  			fi +			if readlink /etc/alternatives/desktop-background | grep -q desktop-base/active-theme/; then +				: +			else +				update-alternatives --auto desktop-background +			fi  		fi  		if [ -e /etc/plymouth/plymouthd.conf ] && which plymouth-set-default-theme 1>/dev/null && which update-initramfs 1>/dev/null; then | 
