summaryrefslogtreecommitdiff
path: root/pcr/cw/cw.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/cw/cw.install
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/cw/cw.install')
-rw-r--r--pcr/cw/cw.install26
1 files changed, 0 insertions, 26 deletions
diff --git a/pcr/cw/cw.install b/pcr/cw/cw.install
deleted file mode 100644
index bf0219bb7..000000000
--- a/pcr/cw/cw.install
+++ /dev/null
@@ -1,26 +0,0 @@
-post_install () {
- echo -e "\033[32;1m==>\033[0m \033[1mUpdating definition files...\033[0m"
- /usr/bin/cwu /usr/lib/cw /usr/bin/cw > /dev/null
-
- echo -e ""
- echo -e "Complete, definitions are stored in: /usr/lib/cw"
- echo -e "\033[1mFor bash:\033[0m place 'export PATH=\"/usr/lib/cw:\$PATH\"'"
- echo -e "at the end of ~/.bash_profile(or /etc/profile globally)"
- echo -e ""
- echo -e "\033[1mFor tcsh:\033[0m place 'setenv PATH \"/usr/lib/cw:\$PATH\"'"
- echo -e "at the end of ~/.login(or /etc/csh.login globally)"
- echo -e ""
- echo -e "\033[1mFor zsh:\033[0m place:"
- echo -e "'export PATH=\"/usr/lib/cw:\$PATH\"'"
- echo -e "at the end of ~/.zshrc(or /etc/zprofile globally)"
- echo -e ""
- echo -e "Or to automate the two lines above use the "colorcfg" command."
- echo -e "(and add optional anti-coloring precautions)"
- echo -e "Once the desired shell(s) are setup, use the "color" command,"
- echo -e "or the environmental variable NOCOLOR=1 to turn"
- echo -e "color wrapping on and off."
-}
-
-post_upgrade() {
- post_install
-}