# HG changeset patch # User Antoine Bodin # Date 1323489027 -3600 # Node ID 5f09804913b2a3d65bb18192cdf081ae9d343eb5 # Parent 3dac7d2db9ac4b03afd69177fabb2b14c92472ed Fix: allow the removal of slitaz-boot-scripts diff -r 3dac7d2db9ac -r 5f09804913b2 slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Sat Dec 10 04:46:32 2011 +0100 +++ b/slitaz-boot-scripts/receipt Sat Dec 10 04:50:27 2011 +0100 @@ -81,9 +81,3 @@ # Remove old desktop file rm -f /usr/share/applications/boot-log.desktop } - -pre_remove() -{ - # We can not remove this package ! - exit 1 -}