File: preinst

package info (click to toggle)
lpr 5.9-29hamm34
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 488 kB
  • ctags: 500
  • sloc: ansic: 6,005; makefile: 120; sh: 82
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ -x /usr/sbin/lpd ]; then
	start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/lpd.pid --exec /usr/sbin/lpd
fi

#DEBHELPER#