From 77b371e7b7e2e0cea84fcff566dea1aa423ae656 Mon Sep 17 00:00:00 2001 From: Freemor Date: Tue, 21 May 2019 13:25:05 -0300 Subject: Initial work on a package to address the Third Party Package Managar issue. --- libre-testing/your-system-sanity/TPPM.hook | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libre-testing/your-system-sanity/TPPM.hook (limited to 'libre-testing/your-system-sanity/TPPM.hook') diff --git a/libre-testing/your-system-sanity/TPPM.hook b/libre-testing/your-system-sanity/TPPM.hook new file mode 100644 index 000000000..d3ec1c2d1 --- /dev/null +++ b/libre-testing/your-system-sanity/TPPM.hook @@ -0,0 +1,17 @@ +[Trigger] +Operation = Install +Operation = Upgrade +Type = Package +Target = python-pip +Target = wesnoth +Target = openttd +Target = rubygems + + +[Action] +Description = Warn user about Third Party Package Managers +Depends = coreutils +When = PreTransaction +NeedsTargets +Exec = /usr/bin/TPPMwarn +AbortOnFail -- cgit v1.2.3