File: xemacs%40MAJVERSION%40%40SUBNAME%40-support.postrm.in

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

OLDDATADIR=/@PREFIX@/lib/xemacs-21.4.18

test -L ${OLDDATADIR}/etc && rm ${OLDDATADIR}/etc
test -L ${OLDDATADIR}/lisp && rm ${OLDDATADIR}/lisp

rmdir  /usr/local/lib/xemacs/site-lisp > /dev/null 2>&1 || true 
rmdir  /usr/local/lib/xemacs > /dev/null 2>&1 || true 

##DEBHELPER##