File: postrm

package info (click to toggle)
logtool 1.2.8-14.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 972 kB
  • sloc: ansic: 1,829; sh: 547; 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#