X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fpostinst;h=da1ffc603c39f7f4dca643ba8b583bfc20447e41;hp=2e94284a3af24b5b5d117122c09974ed015c3d6b;hb=HEAD;hpb=efd6786e49003dac27e4ff9f038a1e134ce43cca diff --git a/debian/postinst b/debian/postinst index 2e94284..da1ffc6 100755 --- a/debian/postinst +++ b/debian/postinst @@ -3,39 +3,8 @@ 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# + exit 0