summarylogtreecommitdiffstats
path: root/jython.install
diff options
context:
space:
mode:
Diffstat (limited to 'jython.install')
-rw-r--r--jython.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/jython.install b/jython.install
new file mode 100644
index 000000000000..831fbe358d98
--- /dev/null
+++ b/jython.install
@@ -0,0 +1,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
+}