blob: f67070fe9286f234167fe251dcca1703a12a247c (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo '==> To enable, add arch-black to /etc/conf.d/fbsplash'
echo '==> Remember to update your initcpio if you want fbsplash to start early.'
}
post_upgrade() {
post_install
}
|