commit: 2779cde02fa82e5138ce9b3ebcc9d7bc9668c077
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue Oct 5 19:20:20 2021 +0000
Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Tue Oct 5 19:24:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2779cde0
app-backup/timeshift-autosnap: changed massage to the user from echo to elog
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
index 00aa5efc9..a2c30bdb7 100644
--- a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
+++ b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
@@ -37,7 +37,7 @@ src_install(){
}
pkg_postinst() {
- echo "to run timeshift-autosnap everytime you emerge a package run:
+ elog "to run timeshift-autosnap everytime you emerge a package run:
'touch /etc/portage/bashrc'
'grep -q '#!/bin/' /etc/portage/bashrc || awk -i inplace 'BEGINFILE{print
"#!/bin/sh"}{print}' /etc/portage/bashrc
'grep -q 'timeshift-autosnap' /etc/portage/bashrc || echo 'function
pre_pkg_setup() { /usr/bin/timeshift-autosnap ; }' >> /etc/portage/bashrc'"