File: prerm

package info (click to toggle)
scanlogd 2.2.5-3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 124 kB
  • sloc: ansic: 492; sh: 88; makefile: 81
file content (10 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# orginal by dh_installinit
if which invoke-rc.d >/dev/null 2>&1; then
    invoke-rc.d scanlogd stop
else
    /etc/init.d/scanlogd stop
fi

#DEBHELPER#