mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +00:00
8 lines
181 B
Text
8 lines
181 B
Text
![]() |
# arg 1: the new package version
|
||
|
# arg 2: the old package version
|
||
|
post_upgrade() {
|
||
|
echo
|
||
|
echo "If you use the LILO bootloader, you should run 'lilo' after upgrading."
|
||
|
echo
|
||
|
}
|