mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
10 lines
No EOL
223 B
Text
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
|
|
} |