blob: 252b01029df15d8608615c950d01800500763a81 (
plain)
1
2
3
4
5
6
|
post_install() {
echo 'Remember to add "include themes/Matrix-rEFInd/theme.conf" to your refind.conf file'
}
post_remove() {
echo 'Remember to remove "include themes/Matrix-rEFInd/theme.conf" from your refind.conf file'
}
|