File: makejail.postrm

package info (click to toggle)
makejail 0.0.5-9
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 248 kB
  • ctags: 147
  • sloc: python: 1,147; makefile: 87; sh: 84
file content (8 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/bash -e

#DEBHELPER#

# delete migrated configuration on purge
if [ "$1" = purge  -a -e /etc/makejail/makejail.conf ]; then
  rm -f /etc/makejail/makejail.conf
fi