mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 00:17:15 +08:00
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
|
# 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
|
||
|
}
|