File: prerm

package info (click to toggle)
debview 1.7-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 100 kB
  • ctags: 28
  • sloc: lisp: 333; sh: 82; makefile: 40
file content (7 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
#! /bin/sh
/usr/lib/emacsen-common/emacs-package-remove debview

PACKAGE=debview
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/$PACKAGE ]; then
     rm -f /usr/doc/$PACKAGE
fi