X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=c6acc8a31c82033be25fb8fcbfeeae56b1f9aaeb;hb=934ca63783a9d5bec66113231079da37ea7a286f;hp=b14bd1f820415778fd82d7eb012e578a5e56dff8;hpb=83905fd72f3221076d08412da1d2039eeb239f36;p=kernel-cn.git diff --git a/debian/postinst b/debian/postinst index b14bd1f..c6acc8a 100755 --- a/debian/postinst +++ b/debian/postinst @@ -428,11 +428,7 @@ cp_mv /etc/sysctl.conf.$$ /etc/sysctl.conf echo -n " sysctl.conf" # reload sysctl ASAP -if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then - invoke-rc.d procps restart >/dev/null 2>&1 || true -else - /etc/init.d/procps restart >/dev/null 2>&1 || true -fi +service procps restart # finished with basic kernel-cn stuff echo "."