summarylogtreecommitdiffstats
path: root/mmucl.install
diff options
context:
space:
mode:
Diffstat (limited to 'mmucl.install')
-rw-r--r--mmucl.install11
1 files changed, 1 insertions, 10 deletions
diff --git a/mmucl.install b/mmucl.install
index ab3edc7ea00e..72735a48eb88 100644
--- a/mmucl.install
+++ b/mmucl.install
@@ -1,16 +1,7 @@
-
post_install() {
- echo "> Note: Only the text interface appears"
- echo "> to function. If you know how to get"
- echo "> the others to work, let me know."
+ echo "> Note: Only the text interface appears to function."
}
post_upgrade() {
post_install
}
-
-op=$1
-shift
-$op $*
-
-#EOF