mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
209 B
Text
15 lines
209 B
Text
post_upgrade() {
|
|
cat << 'EOM'
|
|
|
|
==>
|
|
==> PLEASE NOTE:
|
|
==> This release of python-cheetah requires recompilation of all
|
|
==> existing compiled cheetah templates.
|
|
==>
|
|
|
|
EOM
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
$op $*
|