FreeBSD Bugzilla – Attachment 161629 Details for
Bug 203496
www/firefox: implement clean deinstall
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
firefox.patch (text/plain), 821 bytes, created by
Dmitry Marakasov
on 2015-10-01 22:58:54 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-10-01 22:58:54 UTC
Size:
821 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 398366) >+++ Makefile (working copy) >@@ -5,6 +5,7 @@ > DISTVERSION= 40.0.3 > DISTVERSIONSUFFIX=.source > PORTEPOCH= 1 >+PORTREVISION= 1 > CATEGORIES= www ipv6 > MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ > MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source >Index: files/pkg-deinstall.in >=================================================================== >--- files/pkg-deinstall.in (revision 398366) >+++ files/pkg-deinstall.in (working copy) >@@ -24,5 +24,7 @@ > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203496
: 161629