summarylogtreecommitdiffstats
path: root/jython.install
blob: 831fbe358d984398dfb2b6bc5bed89a15235d870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pre_install() {
	/bin/true
}
post_install() {
	echo "==> Please see /usr/share/doc/jython/README.ArchLinux"
	echo "==> for important information about this package."
}
pre_upgrade() {
	/bin/true
}
post_upgrade() {
	echo "==> Please see /usr/share/doc/jython/README.ArchLinux"
	echo "==> for important information about this package."
}
pre_remove() {
	/bin/true
}
post_remove() {
	/bin/true
}