File: prerm

package info (click to toggle)
elib 1.0-8
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 336 kB
  • ctags: 263
  • sloc: lisp: 2,378; makefile: 102; sh: 51
file content (8 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
if [ -x /usr/sbin/install-docs ]; then
	install-docs -r elib
fi
if [ -x /usr/lib/emacsen-common/emacs-package-remove ]; then
	/usr/lib/emacsen-common/emacs-package-remove elib
fi
#DEBHELPER#