From b99d20320beaa93b919b7af9a8cc750adad3deb4 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 20 Jan 2011 18:20:40 -0800 Subject: correctly handle renamed file (cherry picked from commit 61a954a8ae75898b873ef502e2b85695004110d2) --- debian/vyatta-cfg.postinst.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index f4bc76e..237dc99 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -33,3 +33,6 @@ for bin in my_cli_bin my_cli_shell_api my_commit; do setcap cap_sys_admin=pe $sbindir/$bin done +# handle renamed file (not automatically deleted since it was "conffile") +rm -f /etc/bash_completion.d/20vyatta-cfg + -- cgit v1.2.3