mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 18:42:14 +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
|
|
}
|