File: prerm

package info (click to toggle)
emacspeak 11.0-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,796 kB
  • ctags: 2,652
  • sloc: lisp: 25,857; sh: 856; makefile: 550; tcl: 474; perl: 266; cpp: 109
file content (11 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e
install-info --quiet --remove /usr/info/emacspeak.info
/usr/lib/emacsen-common/emacs-package-remove emacspeak
if command -v install-docs >/dev/null 2>&1; then
	install-docs -r emacspeak
fi

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