summarylogtreecommitdiffstats
path: root/grub-btrfs.install
diff options
context:
space:
mode:
authorcool-cool-sweat2018-03-31 17:50:57 -0500
committercool-cool-sweat2018-03-31 17:50:57 -0500
commit0773401dd01bb87f0a3453dde12a1bf9c42f704e (patch)
treebb6c35e0307234d9c88debdbdac2e13eccef70ee /grub-btrfs.install
parentff5c4bb0ba408851f28736a8bfe472fc5c48116f (diff)
downloadaur-0773401dd01bb87f0a3453dde12a1bf9c42f704e.tar.gz
2.1
Diffstat (limited to 'grub-btrfs.install')
-rw-r--r--grub-btrfs.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/grub-btrfs.install b/grub-btrfs.install
new file mode 100644
index 000000000000..9e7a5c9e1659
--- /dev/null
+++ b/grub-btrfs.install
@@ -0,0 +1,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
+}