DEBSOURCES
Skip Quicknav
sources / logtool / 1.2.8-14.1 / debian / postrm
12345678
#!/bin/sh if [ "$1" = "purge" ] then find /etc/logtool -type l -exec rm -f {} \; fi #DEBHELPER#