File: gnuserv.emacsen-remove

package info (click to toggle)
gnuserv 3.12.8-12
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 832 kB
  • sloc: ansic: 5,138; lisp: 1,572; makefile: 419; sh: 268
file content (8 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh -e
FLAVOR=$1
PACKAGE=gnuserv

echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
rm -f /usr/share/${FLAVOR}/site-lisp/${PACKAGE}/*.elc
rm -f /usr/share/${FLAVOR}/site-lisp/${PACKAGE}/install.log.gz
exit 0