X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=kernel-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=c6acc8a31c82033be25fb8fcbfeeae56b1f9aaeb;hp=b14bd1f820415778fd82d7eb012e578a5e56dff8;hb=21e24934a032698b5b6e363971baeb44589da2d9;hpb=0cb3e3c6c1af4668e7c5d0a9e3fe2bfb86472cbb 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 "."