summarylogtreecommitdiffstats
path: root/commando.install
blob: d646b5d2f783523d3e9b824c7973c34772c8e034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	cmd=$(printf '$\t')
	cat <<EOF


Please remember to initialize/update your database by executing:
$cmd commando -vu

OR to also include packages from AUR (trough Chaotic-AUR repos):
$cmd commando -vua


EOF
}