File: postrm

package info (click to toggle)
logtool 1.2.8-11
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 972 kB
  • sloc: ansic: 1,824; sh: 724; makefile: 69
file content (8 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ "$1" = "purge" ]
then
    find /etc/logtool -type l -exec rm -f {} \;
fi

#DEBHELPER#