File: preinst

package info (click to toggle)
cmucl 20a-20090928-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 34,876 kB
  • ctags: 33,376
  • sloc: lisp: 346,338; ansic: 27,356; asm: 3,724; sh: 1,167; makefile: 329; csh: 31
file content (9 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/bash -e

if [ -f /etc/init.d/cmucl  ] ; then
  update-rc.d -f cmucl remove 2> /dev/null > /dev/null
  rm -f /etc/init.d/cmucl
fi

#DEBHELPER#