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

post_upgrade() {
    post_install
}