1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2024-12-26 04:34:15 +00:00

Remove post-upgrade notice - the user would know already

Signed-off-by: dr460nf1r3 <root@dr460nf1r3.org>
This commit is contained in:
dr460nf1r3 2023-02-18 13:48:20 +01:00
parent a695a47bf1
commit 5beb0a7427
No known key found for this signature in database
GPG Key ID: CB0F39958FA44FA8

View File

@ -2,8 +2,3 @@ post_install() {
echo "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
echo "If you prefer strict hardened settings execute 'mkdir ~/.firedragon && cp /usr/lib/firedragon/firedragon.overrides.cfg ~/.firedragon/'"
}
post_upgrade() {
echo "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
echo "If you prefer strict hardened settings execute 'cp /usr/lib/firedragon/firedragon.overrides.cfg ~/.firedragon/'"
}