summarylogtreecommitdiffstats
path: root/subedit.install
blob: 3c32260854108ebe70dff0f3cb3d01b82ead6d2d (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo "==> Run \"subedit -h\" for help"
	echo "==> or \"subedit -H\" for extended help"
}

post_upgrade() {
	post_install
}