File: prerm

package info (click to toggle)
tm 7.106.0-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,172 kB
  • ctags: 1,369
  • sloc: lisp: 16,585; makefile: 314; sh: 297; ansic: 122
file content (7 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh
install-info --quiet --remove /usr/info/tm-en.info

if [ -x /usr/lib/emacsen-common/emacs-package-remove ]
then
    /usr/lib/emacsen-common/emacs-package-remove tm
fi