File: prerm

package info (click to toggle)
scanlogd 2.2.5-3.3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 128 kB
  • ctags: 89
  • sloc: ansic: 492; sh: 89; makefile: 80
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#