summarylogtreecommitdiffstats
path: root/grub-btrfs.install
blob: 965d3291b6b997b47fb54a22e85198cf4a835382 (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 "    /usr/lib/systemd/system/snapper-timeline.service.d"
    echo "    /usr/lib/systemd/system/snapper-cleanup.service.d"
    echo
    echo "  Run 'systemctl daemon-reload' for the new config to take effect"
    echo
}