wok-next diff slitaz-boot-scripts/receipt @ rev 8994
Up: squashfs to 4.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 06:36:12 2011 +0000 (2011-03-03) |
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 Thu Mar 03 06:36:12 2011 +0000 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 +}