X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fpostinst;h=da1ffc603c39f7f4dca643ba8b583bfc20447e41;hp=2c1041c5a689e3454f40e4f2bbc5d6d853482b9a;hb=da0eb41311219114b01918f36e6ec051bf22e472;hpb=aa3273c6fd0d55a28a8ddae6c080cd16a5bce6ca diff --git a/debian/postinst b/debian/postinst index 2c1041c..da1ffc6 100755 --- a/debian/postinst +++ b/debian/postinst @@ -3,39 +3,6 @@ set -e if [ "$1" = "configure" ]; then update-rc.d grml-autoconfig start 30 2 . >/dev/null - -# begin of "create special init scripts which won't be touched any more by grml" -. /etc/grml/lsb-functions -INITSCRIPT=bootlocal -INITNAME=/etc/init.d/${INITSCRIPT} -DATE=$(date) - -for initscript in ${INITNAME}.first ${INITNAME}.middle ${INITNAME}.last ; do - if ! [ -r "$initscript" ] ; then - einfo "Creating ${initscript}" - cat >$initscript </dev/null -update-rc.d ${INITSCRIPT}.middle start 29 2 . >/dev/null -update-rc.d ${INITSCRIPT}.last start 99 2 . >/dev/null -# end of "create special init scripts which won't be touched any more by grml" - fi #DEBHELPER#