mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
12 lines
124 B
Text
12 lines
124 B
Text
|
post_install() {
|
||
|
cat << EOF
|
||
|
>>> Edit wzdftpd.cfg.sample and users.sample
|
||
|
>>> to suit your needs
|
||
|
EOF
|
||
|
}
|
||
|
|
||
|
op=$1
|
||
|
shift
|
||
|
|
||
|
$op $*
|