File: prerm

package info (click to toggle)
ftpmirror 1.2l-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 260 kB
  • ctags: 139
  • sloc: perl: 3,318; makefile: 56; sh: 47
file content (11 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

if [ "$1" = remove -o "$1" = upgrade ]; then
  if command -v install-docs >/dev/null 2>&1; then
    install-docs -r ftpmirror
  fi
fi

#DEBHELPER#

exit 0