File: postrm

package info (click to toggle)
python-support 0.8.4lenny2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 192 kB
  • ctags: 56
  • sloc: python: 515; perl: 250; sh: 22; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

#DEBHELPER#

if [ "$1" = "purge" ]; then
  rm -rf /var/lib/python-support
fi