summarylogtreecommitdiffstats
path: root/oyepa.install
blob: 18050ebae003a87d7ba7d00aad69893b489bc42d (plain)
1
2
3
4
5
6
7
post_install() {
	echo "Create the file ~/.oyepa/dirs with directories to watch. See /usr/share/oyepa/README for more info."
}

post_upgrade() {
	post_install
}