diff options
Diffstat (limited to 'social/tomoyo-tools/tomoyo-tools.install')
-rw-r--r-- | social/tomoyo-tools/tomoyo-tools.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/social/tomoyo-tools/tomoyo-tools.install b/social/tomoyo-tools/tomoyo-tools.install deleted file mode 100644 index 6fb5e16d2..000000000 --- a/social/tomoyo-tools/tomoyo-tools.install +++ /dev/null @@ -1,11 +0,0 @@ -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 -} |