blob: b713dfaef9bc4bb4aa958497c27d7ddcbe6609ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_upgrade() {
echo "--------------------------------------------------------------------------"
echo "Attention! Please check /etc/beefi/beefi.conf and etc/pacman.d/hooks/beefi.hook and adjust the files to your kernel package (e.g. linux, linux-ck, ...)"
echo "--------------------------------------------------------------------------"
}
post_install() {
echo "--------------------------------------------------------------------------"
echo "Please check /etc/beefi/beefi.conf and etc/pacman.d/hooks/beefi.hook and adjust the files to your kernel package (e.g. linux, linux-ck, ...)"
echo "--------------------------------------------------------------------------"
}
|