File: postinst

package info (click to toggle)
bpowerd 2.2-1.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 172 kB
  • ctags: 42
  • sloc: ansic: 286; sh: 109; makefile: 68
file content (10 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e
#
# postinst script for bpowerd

echo "bpowerd has been added to your startup scripts."
echo "Please test the cable and UPS as described in /usr/doc/bpowerd."
echo "Add a link from /dev/ups to your serial port before running bpowerd"
echo " "

update-rc.d bpowerd defaults > /dev/null