]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Also purge rm -rf /usr/share/openstack-dashboard when purge openstack-dashboard.
authorThomas Goirand <thomas@goirand.fr>
Tue, 11 Nov 2014 21:26:23 +0000 (05:26 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 11 Nov 2014 21:26:23 +0000 (05:26 +0800)
Rewritten-From: f119d900c7da31812a4910abb7d3f41416f22449

xenial/debian/openstack-dashboard.postrm

index ea1a2205fcbf040e8841ff8a129f0a9fa54edc7f..e95a02c79dadff5323a089badc67f76958ff080b 100644 (file)
@@ -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#