summaryrefslogtreecommitdiff
path: root/nonprism-testing
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-03 22:11:20 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-03 22:17:36 -0300
commitc0f7d0987ef1dd92f8359c05e7984a23b94473d2 (patch)
tree31210e8b1b3bd266c3321a88054ea67310b2c386 /nonprism-testing
parentb4269469e43d84ad861b87b9725362c4d2898e1a (diff)
iceweasel-1:49.0.deb4-2{,.nonprism1}: updating revision
Diffstat (limited to 'nonprism-testing')
-rw-r--r--nonprism-testing/iceweasel/PKGBUILD2
-rw-r--r--nonprism-testing/iceweasel/iceweasel.install12
2 files changed, 9 insertions, 5 deletions
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: