File: postrm

package info (click to toggle)
elida 0.3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 84 kB
  • ctags: 4
  • sloc: sh: 355; makefile: 36
file content (8 lines) | stat: -rw-r--r-- 117 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

if [ "$1" = "purge" ]; then
    update-rc.d elida remove >/dev/null
#   rm -fr /usr/src/elida
fi

exit 0