Code Review
/
openstack-build
/
horizon-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
907a034
)
Also purge rm -rf /usr/share/openstack-dashboard when purge openstack-dashboard.
author
Thomas Goirand
<thomas@goirand.fr>
Tue, 11 Nov 2014 21:26:23 +0000
(
05:26
+0800)
committer
Thomas Goirand
<thomas@goirand.fr>
Tue, 11 Nov 2014 21:26:23 +0000
(
05:26
+0800)
Rewritten-From:
f119d900c7da31812a4910abb7d3f41416f22449
trusty/debian/openstack-dashboard.postrm
patch
|
blob
|
history
diff --git
a/trusty/debian/openstack-dashboard.postrm
b/trusty/debian/openstack-dashboard.postrm
index ea1a2205fcbf040e8841ff8a129f0a9fa54edc7f..e95a02c79dadff5323a089badc67f76958ff080b 100644
(file)
--- a/
trusty/debian/openstack-dashboard.postrm
+++ b/
trusty/debian/openstack-dashboard.postrm
@@
-5,6
+5,7
@@
set -e
if [ "${1}" = "purge" ] ; then
rm -rf /var/lib/openstack-dashboard
rm -rf /var/lib/horizon
+ rm -rf /usr/share/openstack-dashboard
fi
#DEBHELPER#