updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / mmucl / mmucl.install
blobab3edc7ea00ec9963c4c171c22adf7ea21446b5f
2 post_install() {
3         echo "> Note: Only the text interface appears"
4         echo "> to function. If you know how to get"
5         echo "> the others to work, let me know."
8 post_upgrade() {
9         post_install
12 op=$1
13 shift
14 $op $*
16 #EOF