summarylogtreecommitdiffstats
path: root/rawdog.install
blob: d7636e263911e7f16368a832fd3e081ac061d5c8 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	printf "%s\n%s\n%s\n" \
		"==> rawdog files are located in /usr/share/rawdog" \
		" -> copy config and styles.css to ~/.rawdog" \
		" -> move styles.css if you change the html output location in config"
}

post_upgrade() {
	post_install $1
}