udevil/debian/postrm

7 lines
74 B
Plaintext
Raw Normal View History

2012-05-23 01:52:47 +08:00
#! /bin/sh
set -e
if [ "$1" == "purge" ]; then
rm -rf /etc/udevil
fi