X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=packages%2Fhackbard%2Fcups%2Fcups;h=fc0b7e170b868452a50d4cb2a98d540edac353e1;hp=6fec009a3fbaafeccf680ead17f9c02360db85e7;hb=7aec53417f2a86067cbaa51fcfa5a26b62064ebd;hpb=d5e2a77f2c61f0a41d96304e339370a82c141cc2 diff --git a/packages/hackbard/cups/cups b/packages/hackbard/cups/cups index 6fec009..fc0b7e1 100644 --- a/packages/hackbard/cups/cups +++ b/packages/hackbard/cups/cups @@ -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 + }