From e162aef75e37eee42eb8689b3b432210cedc7198 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 25 Jun 2014 12:32:09 -0400 Subject: Manage branding link in maintainer scripts. --- (limited to 'proteanos-branding.pkg/prerm') diff --git a/proteanos-branding.pkg/prerm b/proteanos-branding.pkg/prerm index 11ba0a0..214c71d 100644 --- a/proteanos-branding.pkg/prerm +++ b/proteanos-branding.pkg/prerm @@ -10,5 +10,8 @@ if [ "x${1}" = 'xremove' ]; then rm /var/www/index.html fi rm /usr/share/branding/www/SHA256SUMS + if ls -l /var/www/branding | grep -Fq /usr/share/branding; then + rm /var/www/branding + fi fi fi -- cgit v0.9.1