summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-udev
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-udev')
-rw-r--r--autoscripts/postinst-udev2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-udev b/autoscripts/postinst-udev
index 20cf4dcf..40b953dd 100644
--- a/autoscripts/postinst-udev
+++ b/autoscripts/postinst-udev
@@ -1,7 +1,7 @@
if [ "$1" = configure ]; then
if [ -e "#OLD#" ]; then
echo "Preserving user changes to #RULE# ..."
- if [ -e "#RULE" ]; then
+ if [ -e "#RULE#" ]; then
mv -f "#RULE#" "#RULE#.dpkg-new"
fi
mv -f "#OLD#" "#RULE#"