summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-udev
diff options
context:
space:
mode:
authorjoeyh <joeyh>2007-04-16 16:40:41 +0000
committerjoeyh <joeyh>2007-04-16 16:40:41 +0000
commitd2631eede7bb957eb7c82f6974aa7808091ac3c2 (patch)
tree6b1a47cbeddbd6866bb9cdd1fc414e990a72baf0 /autoscripts/postinst-udev
parent2b66706750bb603d06d12cf7b3719bd362b19c87 (diff)
r1990: releasing version 5.0.46
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#"