summarylogtreecommitdiffstats
path: root/pvm.install
diff options
context:
space:
mode:
Diffstat (limited to 'pvm.install')
-rw-r--r--pvm.install25
1 files changed, 25 insertions, 0 deletions
diff --git a/pvm.install b/pvm.install
new file mode 100644
index 000000000000..ccfc97b2aa62
--- /dev/null
+++ b/pvm.install
@@ -0,0 +1,25 @@
+post_install() {
+ echo "-----------------------------------------------"
+ echo "Environment variables have changed. Either log"
+ echo "out and back in or source /etc/profile before"
+ echo "using pvm!"
+ echo ""
+ echo "NOTE: To enable other computers to invoke the"
+ echo " PVM daemon on your machine, add the"
+ echo " source /etc/profile.d/pvm3.sh"
+ echo " command to your .bashrc"
+ echo "-----------------------------------------------"
+}
+
+post_upgrade() {
+/bin/true
+}
+
+pre_remove() {
+/bin/true
+}
+
+op=$1
+shift
+
+$op "$@"