File: xemacs%40MAJVERSION%40%40SUBNAME%40-supportel.prerm.in

package info (click to toggle)
xemacs21 21.4.24-8
  • links: PTS
  • area: main
  • in suites: buster
  • size: 33,604 kB
  • sloc: ansic: 243,821; lisp: 94,071; cpp: 5,726; sh: 4,406; perl: 1,096; cs: 775; makefile: 761; python: 279; asm: 248; lex: 119; yacc: 95; sed: 22; csh: 9
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ -L /usr/doc/xemacs@MAJVERSION@-supportel ]; then
	rm -f /usr/doc/xemacs@MAJVERSION@-supportel
fi

##DEBHELPER##