summarylogtreecommitdiffstats
path: root/pseucoco.install
diff options
context:
space:
mode:
authorDominic Zimmer2017-05-31 09:29:51 +0000
committerDominic Zimmer2017-05-31 09:29:51 +0000
commit8f581aa5b23e623a31c723997c4444aae5971094 (patch)
treed9a2ca57e6a7b13e42dd9e42bac0b10ab6106db9 /pseucoco.install
parent80fa76bc558b33e28130df35af959a8293b7ca7e (diff)
downloadaur-8f581aa5b23e623a31c723997c4444aae5971094.tar.gz
Highlighted post_install notes
Diffstat (limited to 'pseucoco.install')
-rwxr-xr-xpseucoco.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/pseucoco.install b/pseucoco.install
index e1f50f8d8cbd..0782441b88dd 100755
--- a/pseucoco.install
+++ b/pseucoco.install
@@ -1,6 +1,6 @@
#!/bin/bash
post_install() {
- echo "This program currently requires sudo access."
- echo "That is because the pseuco compiler requires write access on the files it creates in /usr/share/pseucoco/include."
- echo "Hopefully this will be fixed in the future."
+ echo ">>> This program currently requires sudo access."
+ echo ">>> That is because the pseuco compiler requires write access on the files it creates in /usr/share/pseucoco/include."
+ echo ">>> Hopefully this will be fixed in the future."
}