updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cmsmadesimple / cmsmadesimple.install
blobb542d6914cb7b90678dafd16502edc377296e5a8
1 #!/bin/sh
3 post_install() {
4 echo ">>> You will need a Web Server to use this package"
7 post_upgrade() {
8 post_install
11 op=$1
12 shift
13 [ "$(type -t "$op")" = "function" ] && $op "$@"