summaryrefslogtreecommitdiff
path: root/libre/tomoyo-tools-libre/tomoyo-tools.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-31 19:47:57 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-31 19:47:57 -0200
commitf4fcfe83ea117c4091b4ae66b57697f1e6db52a3 (patch)
tree8998d50184707956389ab72b76b257136c1384eb /libre/tomoyo-tools-libre/tomoyo-tools.install
parent7b45df07a3487ead641ecbf075a0e888b3a24397 (diff)
remove ipsec-tools-libre and tomoyo-tools-libre because doesn't needs be rebuilt against our kernels and headers to works well
Diffstat (limited to 'libre/tomoyo-tools-libre/tomoyo-tools.install')
-rw-r--r--libre/tomoyo-tools-libre/tomoyo-tools.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/tomoyo-tools-libre/tomoyo-tools.install b/libre/tomoyo-tools-libre/tomoyo-tools.install
deleted file mode 100644
index c23df1212..000000000
--- a/libre/tomoyo-tools-libre/tomoyo-tools.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install () {
- echo
- echo " * To enable TOMOYO Linux, append 'security=tomoyo TOMOYO_trigger=/usr/bin/init' to the kernel"
- echo " boot options and initialize policy with this command:"
- echo " /usr/lib/tomoyo/init_policy"
- echo
-}
-
-post_upgrade () {
- post_install $1
-}