summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-udev
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postrm-udev')
-rw-r--r--autoscripts/postrm-udev5
1 files changed, 0 insertions, 5 deletions
diff --git a/autoscripts/postrm-udev b/autoscripts/postrm-udev
deleted file mode 100644
index b0af6c01..00000000
--- a/autoscripts/postrm-udev
+++ /dev/null
@@ -1,5 +0,0 @@
-if [ "$1" = purge ]; then
- if [ -L /etc/udev/rules.d/#PRIO##FILE# ]; then
- rm /etc/udev/rules.d/#PRIO##FILE#
- fi
-fi