From 7d2ceb5a1933d35b6a8bbd556f77854d13d0de37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sun, 3 Apr 2011 20:13:26 -0300 Subject: tomoyo-tools-2.3.0.20110211-4 --- social/tomoyo-tools/tomoyo-tools.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 social/tomoyo-tools/tomoyo-tools.install (limited to 'social/tomoyo-tools/tomoyo-tools.install') diff --git a/social/tomoyo-tools/tomoyo-tools.install b/social/tomoyo-tools/tomoyo-tools.install new file mode 100644 index 000000000..6fb5e16d2 --- /dev/null +++ b/social/tomoyo-tools/tomoyo-tools.install @@ -0,0 +1,11 @@ +post_install () { + echo + echo " * To enable TOMOYO Linux, append 'security=tomoyo' to the kernel" + echo " boot options and initialize policy with this command:" + echo " /usr/lib/tomoyo/init_policy" + echo +} + +post_upgrade () { + post_install $1 +} -- cgit v1.2.3-2-g168b