udevil/debian/postrm
2012-05-22 11:52:47 -06:00

7 lines
74 B
Bash
Executable File

#! /bin/sh
set -e
if [ "$1" == "purge" ]; then
rm -rf /etc/udevil
fi