From 9fb4fcd4c4509772cd36bb9f547b544ec3b91cda Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 20 Jan 2011 18:23:36 -0800 Subject: correctly handle renamed file --- debian/vyatta-op.postinst.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/vyatta-op.postinst.in b/debian/vyatta-op.postinst.in index b5d475b..c8f1303 100644 --- a/debian/vyatta-op.postinst.in +++ b/debian/vyatta-op.postinst.in @@ -10,3 +10,7 @@ ln -sf /opt/vyatta/sbin/vyatta-interfaces.pl ${bindir}/sudo-users/vyatta-interfa # rm symlink for sendmail that was added by ssmtp package rm -f /usr/sbin/sendmail + +# handle renamed file (not automatically deleted since it was "conffile") +rm -f /etc/bash_completion.d/10vyatta-op + -- cgit v1.2.3