File: prerm

package info (click to toggle)
emacspeak 15-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,596 kB
  • ctags: 3,499
  • sloc: lisp: 33,875; makefile: 592; sh: 495; tcl: 492; perl: 351; cpp: 239
file content (15 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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

rm -rf /usr/share/emacs/site-lisp/emacspeak/servers/.servers

##DEBHELPER##