bugfixed boot script, udev init script, cups and shadow package
[hdw-linux/hdw-linux.git] / packages / hackbard / cups / cups
index 6fec009..fc0b7e1 100644 (file)
@@ -8,3 +8,8 @@
 
 confopt="$confopt --disable-ssl --with-logdir=$root/var/cups/log"
 confopt="$confopt --with-cups-user=daemon --with-cups-group=daemon"
+
+post_install() {
+       rm -rf $root/etc/init.d/rc0.d
+       rm -rf $root/etc/init.d/*/*cups
+               }