File: ipband.postrm

package info (click to toggle)
ipband 0.8.1-5.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 452 kB
  • sloc: ansic: 4,377; makefile: 118; sh: 108
file content (9 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "purge" ]; then
    [ -d /var/run/ipband ] && rm -rf /var/run/ipband || true
fi