summaryrefslogtreecommitdiff
path: root/libre/your-freedom/your-freedom.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-02-08 16:39:27 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-02-08 16:39:27 -0300
commit9914c841a834b344650212d0b5ba751b1d04f3f9 (patch)
tree6bd1341ca4b8abf6e6933174e82b6a7324a283df /libre/your-freedom/your-freedom.install
parent59dae79e5a199052c0a0a6726a8adbc94b6f3d51 (diff)
your-freedom-20110208-1
Diffstat (limited to 'libre/your-freedom/your-freedom.install')
-rw-r--r--libre/your-freedom/your-freedom.install32
1 files changed, 32 insertions, 0 deletions
diff --git a/libre/your-freedom/your-freedom.install b/libre/your-freedom/your-freedom.install
new file mode 100644
index 000000000..49ae04510
--- /dev/null
+++ b/libre/your-freedom/your-freedom.install
@@ -0,0 +1,32 @@
+
+pre_install() {
+ cat <<EOM
+ == IMPORTANT NOTICE ==
+
+ This package will help you identify unfree 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 unfree package is identified, later updates will ask
+ you for it's removal.
+
+ Have in mind that, if you want to retain certain unfree 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 unfree 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: