diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-03 22:11:20 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-03 22:17:36 -0300 |
commit | c0f7d0987ef1dd92f8359c05e7984a23b94473d2 (patch) | |
tree | 31210e8b1b3bd266c3321a88054ea67310b2c386 | |
parent | b4269469e43d84ad861b87b9725362c4d2898e1a (diff) | |
download | abslibre-c0f7d0987ef1dd92f8359c05e7984a23b94473d2.tar.gz abslibre-c0f7d0987ef1dd92f8359c05e7984a23b94473d2.tar.bz2 abslibre-c0f7d0987ef1dd92f8359c05e7984a23b94473d2.zip |
iceweasel-1:49.0.deb4-2{,.nonprism1}: updating revision
-rw-r--r-- | libre/iceweasel/PKGBUILD | 2 | ||||
-rw-r--r-- | nonprism-testing/iceweasel/PKGBUILD | 2 | ||||
-rw-r--r-- | nonprism-testing/iceweasel/iceweasel.install | 12 |
3 files changed, 10 insertions, 6 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index ed1b61006..21463fa10 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -30,7 +30,7 @@ _pkgname=firefox pkgname=iceweasel epoch=1 pkgver=$_debver.$_debrel -pkgrel=1 +pkgrel=2 pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 armv7h) license=(MPL GPL LGPL) diff --git a/nonprism-testing/iceweasel/PKGBUILD b/nonprism-testing/iceweasel/PKGBUILD index 8d6b3e1d9..0aed9e254 100644 --- a/nonprism-testing/iceweasel/PKGBUILD +++ b/nonprism-testing/iceweasel/PKGBUILD @@ -30,7 +30,7 @@ _pkgname=firefox pkgname=iceweasel epoch=1 pkgver=$_debver.$_debrel -pkgrel=1.nonprism1 +pkgrel=2.nonprism1 pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox, without support for unsafe and dangerous for privacy protocols" arch=(i686 x86_64 armv7h) license=(MPL GPL LGPL) diff --git a/nonprism-testing/iceweasel/iceweasel.install b/nonprism-testing/iceweasel/iceweasel.install index 9a66d8b5a..e6187db6d 100644 --- a/nonprism-testing/iceweasel/iceweasel.install +++ b/nonprism-testing/iceweasel/iceweasel.install @@ -1,8 +1,8 @@ -post_install() { +notice() { cat <<EOM == IMPORTANT NOTICE == - This package contains several new patches that were introduced + This package contains several new patches that were introduced to strengthen and protect the end user from security and privacy threats. For users who wish to opt-out of privacy, you may override options in @@ -16,12 +16,16 @@ post_install() { * https://lists.parabola.nu/pipermail/dev/2016-October/004522.html * http://kb.mozillazine.org/About:config * http://kb.mozillazine.org/User.js_file - + EOM } +post_install() { + notice +} + post_upgrade() { post_install } -# vim:set ts=2 sw=2 et:
\ No newline at end of file +# vim:set ts=2 sw=2 et: |