summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install8
1 files changed, 0 insertions, 8 deletions
diff --git a/install b/install
deleted file mode 100644
index 41c5d667b446..000000000000
--- a/install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install() {
- echo -n "module test... "
- perl -mConvert::UUlib -e "exit 0;" 2> /dev/null && echo 'pass.' || echo 'fail.'
-}
-
-post_upgrade() {
- post_install
-}