Mercurial > noffle
changeset 415:a7dbefcafc43 noffle
[svn] removed useless call of invoke-rc.d
| author | godisch | 
|---|---|
| date | Fri, 20 Jun 2003 06:46:35 +0100 | 
| parents | 898c744a63ca | 
| children | fbdcd908aa7c | 
| files | debian/prerm | 
| diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] | 
line wrap: on
 line diff
--- a/debian/prerm Thu Jun 19 23:37:47 2003 +0100 +++ b/debian/prerm Fri Jun 20 06:46:35 2003 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: prerm 554 2003-06-19 22:25:30Z godisch $ +# $Id: prerm 558 2003-06-20 05:46:35Z godisch $ set -e @@ -17,10 +17,4 @@ db_stop fi -if [ -x /usr/sbin/invoke-rc.d ]; then - invoke-rc.d noffle stop -elif [ -x /etc/init.d/noffle ]; then - /etc/init.d/noffle stop -fi - exit 0
