File: preinst

package info (click to toggle)
cmucl 20c-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 42,524 kB
  • sloc: lisp: 358,331; ansic: 28,385; asm: 3,777; sh: 1,236; makefile: 366; 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#