File: pads.postrm

package info (click to toggle)
pads 1.2-12
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,896 kB
  • sloc: ansic: 4,210; sh: 3,392; perl: 143; makefile: 54
file content (11 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

if [ "$1" = "purge" ] ; then
    rm -f /var/lib/pads/*
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#