mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
14 lines
156 B
Text
14 lines
156 B
Text
![]() |
post_install() {
|
||
|
cat << EOF
|
||
|
==> Install either gvim or emacs to act as the editor in PIDA
|
||
|
EOF
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|
||
|
|
||
|
op=$1
|
||
|
shift
|
||
|
$op $*
|