Skip to content

Commit a569600

Browse files
committed
Changed wallpaper link to be symbolic
1 parent 659f104 commit a569600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/root/usr/local/sbin/install_desktop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ case $DESKTOP in
9393
mate)
9494
# Change default wallpaper
9595
dpkg-divert --divert /usr/share/backgrounds/ubuntu-mate-common/Ubuntu-Mate-Cold-stock.jpg --rename /usr/share/backgrounds/ubuntu-mate-common/Ubuntu-Mate-Cold.jpg
96-
ln /usr/share/backgrounds/ubuntu-mate-pinebook/Pinebook-Wallpaper-6.jpg /usr/share/backgrounds/ubuntu-mate-common/Ubuntu-Mate-Cold.jpg
96+
ln -s /usr/share/backgrounds/ubuntu-mate-pinebook/Pinebook-Wallpaper-6.jpg /usr/share/backgrounds/ubuntu-mate-common/Ubuntu-Mate-Cold.jpg
9797
;;
9898

9999
i3|i3wm)

0 commit comments

Comments
 (0)