PKGBUILDs/community/moovida/moovida.install
2009-10-09 21:15:33 -05:00

10 lines
No EOL
223 B
Text

post_install() {
cat << EOF
==> If you want to install moovida using abs, you need a preinstalled
==> version of moovida. Building and installing the same version twice works.
EOF
}
post_upgrade() {
post_install
}