summarylogtreecommitdiffstats
path: root/grub-btrfs.install
diff options
context:
space:
mode:
authorMaxim Baz2018-10-17 13:09:22 +0200
committerMaxim Baz2018-10-17 13:09:22 +0200
commit2fb640f10d6688692565e99b5adf27b9428a32c8 (patch)
tree24b4064f73bf23fff1c41445eb4afb84692337aa /grub-btrfs.install
parenta14e1a28ec52d46bb624143ef755b67f28aed727 (diff)
downloadaur-2fb640f10d6688692565e99b5adf27b9428a32c8.tar.gz
grub-btrfs: cleanup .install script
Diffstat (limited to 'grub-btrfs.install')
-rw-r--r--grub-btrfs.install18
1 files changed, 8 insertions, 10 deletions
diff --git a/grub-btrfs.install b/grub-btrfs.install
index 9e7a5c9e1659..4b3ab70e57d6 100644
--- a/grub-btrfs.install
+++ b/grub-btrfs.install
@@ -1,12 +1,10 @@
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
+ 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
}