PKGBUILDs/community/moovida/moovida.install

10 lines
223 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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
}