summarylogtreecommitdiffstats
path: root/.install
blob: f0dc3ba14d5a9c7c8017b732e7d6620f886996f1 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

post_install() {
	echo "---"
	echo "To configure the client copy the example config file from"
	echo "/usr/share/factory/etc/communiqué/communiqué.toml to the local config"
	echo "directory, normally \$XDG_CONFIG_HOME/communiqué or ~/.config/communiqué."
	echo "---"
}