summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Nepogodin2021-03-11 00:00:24 +0400
committerVladislav Nepogodin2021-03-11 00:00:24 +0400
commit277f097e8ef4fffe67b6c19a5d30fc61aa2018af (patch)
treecd8672b8f29e1f6013d88af32201f6e38901eb4a
parent93cdaf3e3168c5f736984c6894618a848a343d7f (diff)
downloadaur-277f097e8ef4fffe67b6c19a5d30fc61aa2018af.tar.gz
Update
-rw-r--r--librewolf-nightly.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/librewolf-nightly.install b/librewolf-nightly.install
index 466e9785d211..9190de650e60 100644
--- a/librewolf-nightly.install
+++ b/librewolf-nightly.install
@@ -2,16 +2,16 @@ msg() {
ALL_OFF="\e[1;0m"
BOLD="\e[1;1m"
RED="${BOLD}\e[1;31m"
- local mesg=$1; shift
- printf "${RED}==>${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}" "$@" >&2
+ local mesg=$1; shift
+ printf "${RED}==>${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}" "$@" >&2
}
-post_install() {
- post_upgrade
+post_upgrade() {
+ post_install
}
-post_upgrade() {
- msg "Included are profiles for Firejail and profile-sync-daemon."
+post_install() {
+ msg "Included are profiles for Firejail and profile-sync-daemon."
echo ""
msg "To use psd add librewolf to ~/.config/psd/psd.conf"
}