File: prerm

package info (click to toggle)
chrony 1.14-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,480 kB
  • ctags: 2,091
  • sloc: ansic: 15,266; sh: 194; makefile: 113
file content (10 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e
#DEBHELPER#
# Automatically added by dh_installinit
install-info --quiet --remove /usr/share/info/chrony.info
/etc/init.d/chrony stop
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/pkg ]; then
     rm -f /usr/doc/pkg
fi
# End automatically added section