diff options
Diffstat (limited to 'autoscripts/postinst-udev')
-rw-r--r-- | autoscripts/postinst-udev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-udev b/autoscripts/postinst-udev index e73cb010..efb84d1c 100644 --- a/autoscripts/postinst-udev +++ b/autoscripts/postinst-udev @@ -1,3 +1,3 @@ if [ "$1" = configure -a -z "$2" ]; then - ln -s ../#FILE# /etc/udev/rules.d/#PRIO##FILE# + ln -sf ../#FILE# /etc/udev/rules.d/#PRIO##FILE# fi |