Commit fb09c23f authored by Arturo Borrero Gonzalez's avatar Arturo Borrero Gonzalez
Browse files

iptables: fixes for /sbin symlinks



We may need to overwrite them in some situations in postinst.
Also, deconfigure them in more cases in prerm. 

Closes: #913811
Signed-off-by: default avatarArturo Borrero Gonzalez <arturo@debian.org>
parent c38f3ba0
......@@ -13,7 +13,7 @@ if [ "$1" = "configure" ] ; then
for i in $LIST ; do
if [ ! -e "$i" ] ; then
ln -s /usr$i $i
ln -sf /usr$i $i
fi
done
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment