summarylogtreecommitdiffstats
path: root/mmucl.install
blob: ab3edc7ea00ec9963c4c171c22adf7ea21446b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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."
}

post_upgrade() {
	post_install
}

op=$1
shift
$op $*

#EOF