From a3b55a0c47a00ac40bc00a4ce87d93f809273840 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 Oct 2012 01:42:20 -0700 Subject: Thu Oct 25 01:42:05 PDT 2012 --- community/plan9port/plan9.install | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'community/plan9port/plan9.install') diff --git a/community/plan9port/plan9.install b/community/plan9port/plan9.install index 63b8dd0da..97ca74fa6 100644 --- a/community/plan9port/plan9.install +++ b/community/plan9port/plan9.install @@ -1,7 +1,3 @@ -pre_install() { - /bin/true -} - post_install() { echo "==> Decompressing plan9 man pages" for i in `find /opt/plan9/man -type f`; do @@ -17,26 +13,18 @@ post_install() { echo "==> Please log off or 'source /etc/profile.d/plan9.sh'" echo "==> Run '9 man 1 intro | less' to begin" source /etc/profile.d/plan9.sh - /bin/true } pre_upgrade() { post_remove - /bin/true } post_upgrade() { post_install - /bin/true -} - -pre_remove() { - /bin/true } post_remove() { #we had to unpack them so they won't get removed.... rm -rf /opt/plan9/man - /bin/true } -- cgit v1.2.3-54-g00ecf