mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +00:00
16 lines
209 B
Text
16 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 $*
|