wok-6.x diff slitaz-boot-scripts/receipt @ rev 9103

Fix infinite loop into lxshortcut
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Mar 04 14:56:49 2011 +0100 (2011-03-04)
parents 0fa9c845ce6c
children 3e0f4c016b8b
line diff
     1.1 --- a/slitaz-boot-scripts/receipt	Thu Feb 24 19:20:55 2011 +0100
     1.2 +++ b/slitaz-boot-scripts/receipt	Fri Mar 04 14:56:49 2011 +0100
     1.3 @@ -67,3 +67,9 @@
     1.4  	# Remove old desktop file
     1.5  	rm -f /usr/share/applications/boot-log.desktop
     1.6  }
     1.7 +
     1.8 +pre_remove()
     1.9 +{
    1.10 +	# We can not remove this package !
    1.11 +	exit 1
    1.12 +}