blob: 40c13bac29828dff53dbf575925322076f5f2f6f (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo -e "\033[31;1mWARNING:\033[0m sigen is deprecated software."
echo " Consider using mkinitcpio, dracut or ukify instead."
echo " See https://wiki.archlinux.org/title/Unified_kernel_image for more information."
}
post_upgrade() {
post_install
}
|