summaryrefslogtreecommitdiff
path: root/nonprism/iceweasel-hardened/iceweasel.install
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism/iceweasel-hardened/iceweasel.install')
-rw-r--r--nonprism/iceweasel-hardened/iceweasel.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/nonprism/iceweasel-hardened/iceweasel.install b/nonprism/iceweasel-hardened/iceweasel.install
deleted file mode 100644
index f82e60bef..000000000
--- a/nonprism/iceweasel-hardened/iceweasel.install
+++ /dev/null
@@ -1,23 +0,0 @@
-notice() {
- cat <<EOM
- == IMPORTANT NOTICE ==
-
- This package contains several patches that were introduced
- to strengthen and protect the end user from security threats.
-
- In addition, it was adapted to be installed side by side with
- iceweasel. This way you could running 'iceweasel-hardened'
- and use just 'iceweasel' where needed.
-
-EOM
-}
-
-post_install() {
- notice
-}
-
-post_upgrade() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: