summarylogtreecommitdiffstats
path: root/grub-btrfs.install
blob: 4b3ab70e57d6d46c854504c94f00887c52f3a226 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo
    echo "  10-update_grub.conf's been installed here to automatically update grub:"
    echo
    echo "    /etc/systemd/system/snapper-timeline.service.d"
    echo "    /etc/systemd/system/snapper-cleanup.service.d"
    echo
    echo "  Run 'systemctl daemon-reload' for the new config to take effect"
    echo
}