mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
7 lines
181 B
Text
7 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
|
|
}
|