summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-udev
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-udev')
-rw-r--r--autoscripts/postinst-udev3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postinst-udev b/autoscripts/postinst-udev
new file mode 100644
index 00000000..e73cb010
--- /dev/null
+++ b/autoscripts/postinst-udev
@@ -0,0 +1,3 @@
+if [ "$1" = configure -a -z "$2" ]; then
+ ln -s ../#FILE# /etc/udev/rules.d/#PRIO##FILE#
+fi