summarylogtreecommitdiffstats
path: root/subedit.install
blob: 55963f98659b3bef0e8adb1a099c936b1990cce7 (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
}