projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
254f4f3
)
Debian packaging to remove system-id.conf
author
Arun Sharma
<arun.sharma@calsoftinc.com>
Fri, 29 Jun 2012 02:56:39 +0000
(19:56 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 28 Jun 2012 15:15:16 +0000
(08:15 -0700)
Debian packaging, "--purge" to remove /etc/openvswitch/system-id.conf
Signed-off-by: Arun Sharma <arun.sharma@calsoftinc.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
debian/openvswitch-switch.postrm
patch
|
blob
|
history
diff --git
a/debian/openvswitch-switch.postrm
b/debian/openvswitch-switch.postrm
index baf37c8559b407e10b5dd746dff4f4c05f1a8369..88bf9fc618a72fe9c2e999f9efb12f708a15ae20 100755
(executable)
--- a/
debian/openvswitch-switch.postrm
+++ b/
debian/openvswitch-switch.postrm
@@
-26,6
+26,7
@@
case "$1" in
rm -f /etc/default/openvswitch-switch
rm -f /var/log/openvswitch/ovs-vswitchd.log* || true
rm -f /var/log/openvswitch/ovsdb-server.log* || true
+ rm -f /etc/openvswitch/system-id.conf
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)