svn commit: r400042 - head/www/firefox/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 23 17:29:41 UTC 2015


Author: amdmi3
Date: Fri Oct 23 17:29:39 2015
New Revision: 400042
URL: https://svnweb.freebsd.org/changeset/ports/400042

Log:
  - Remove leftover empty directories, providing clean deinstallation and fixing stage-qa
  
  PR:		203496
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (gecko, 3 weeks)

Modified:
  head/www/firefox/files/pkg-deinstall.in

Modified: head/www/firefox/files/pkg-deinstall.in
==============================================================================
--- head/www/firefox/files/pkg-deinstall.in	Fri Oct 23 17:24:12 2015	(r400041)
+++ head/www/firefox/files/pkg-deinstall.in	Fri Oct 23 17:29:39 2015	(r400042)
@@ -24,5 +24,7 @@ rm -f ${MOZDIR}/chrome/app-chrome.manife
 rm -rf ${MOZDIR}/updates
 find %%MOZDIR%%/plugins/ -depth 1 -type l -delete > /dev/null 2>&1
 find %%MOZDIR%%/extensions/ -depth 1 -type l -delete > /dev/null 2>&1
+rmdir ${MOZDIR}/chrome
+rmdir ${MOZDIR}
 
 exit 0


More information about the svn-ports-all mailing list