wok rev 25860

Fix reset menu.xml symlink when upgrade slitaz-configs (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 23 16:41:07 2025 +0000 (3 weeks ago)
parents f8a63ca574b0
children 3b5df4b73059
files slitaz-configs/receipt
line diff
     1.1 --- a/slitaz-configs/receipt	Sat Aug 23 15:13:48 2025 +0000
     1.2 +++ b/slitaz-configs/receipt	Sat Aug 23 16:41:07 2025 +0000
     1.3 @@ -106,4 +106,5 @@
     1.4  	# Restore previous menu.xml symlink
     1.5  	[ -s $1/etc/xdg/openbox/menu.xml.save ] &&
     1.6  	mv $1/etc/xdg/openbox/menu.xml.save $1/etc/xdg/openbox/menu.xml
     1.7 +	true
     1.8  }