7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
|
#! /bin/sh
|
||
|
set -e
|
||
|
|
||
|
if [ "$1" == "purge" ]; then
|
||
|
rm -rf /etc/udevil
|
||
|
fi
|