File: postrm

package info (click to toggle)
painintheapt 0.20161206-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 180 kB
  • ctags: 1
  • sloc: python: 200; makefile: 17; sh: 7
file content (13 lines) | stat: -rwxr-xr-x 119 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

#DEBHELPER#

case "$1" in
   remove)
       ;;
   purge)
       rm -rf /var/lib/painintheapt/
esac