summaryrefslogtreecommitdiff
path: root/yf/your-freedom.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-17 21:49:48 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-17 21:49:48 -0400
commit1eed703c1b7287a71347d9ad2d05f2a0a3747b11 (patch)
treed8d66eebc0c57ff35c75423a06243711c4407c88 /yf/your-freedom.install
parent88472049c1e8ccd64f355eed2ce624954539944d (diff)
parenta3f0c2ac22109077ab25c61e2c3a9b5c332d4d50 (diff)
Merge branch 'master' into lukeshu/xbs
Conflicts: get-repos yf-update
Diffstat (limited to 'yf/your-freedom.install')
-rw-r--r--yf/your-freedom.install32
1 files changed, 0 insertions, 32 deletions
diff --git a/yf/your-freedom.install b/yf/your-freedom.install
deleted file mode 100644
index 731a575..0000000
--- a/yf/your-freedom.install
+++ /dev/null
@@ -1,32 +0,0 @@
-
-pre_install() {
- cat <<EOM
- == IMPORTANT NOTICE ==
-
- This package will help you identify nonfree packages that are installed
- on your system at the time of it's installation, as well as protecting
- you from (accidentally) installing them.
-
- Also, if any other nonfree package is identified, later updates will ask
- you for it's removal.
-
- Have in mind that, if you want to retain certain nonfree packages
- installed on your system, you'll have to remove your-freedom :)
-
- If you find out any of the following:
- * Cascade package removal due to nonfree dependencies,
- * Your-freedom conflicting with a *-libre package,
- * Etc.
-
- Please report back to the Parabola Project on the usual channels:
- * http://bugs.parabolagnulinux.org
- * irc://freenode.net/#parabola
- * mailto:dev@list.parabolagnulinux.org
-EOM
-}
-
-pre_upgrade() {
- pre_install
-}
-
-# vim:set ts=2 sw=2 et: