File: lessdisks-terminal.preinst

package info (click to toggle)
lessdisks 0.5.3cvs.20040906-16
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,480 kB
  • ctags: 271
  • sloc: sh: 3,058; makefile: 92
file content (6 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh -e

if [ "$1" = install ]; then
    #:TODO: that one conffile that isn't a conffile should go here
    dpkg-divert --package lessdisks-terminal --add --rename --divert /sbin/start-stop-daemon.real /sbin/start-stop-daemon
fi