summarylogtreecommitdiffstats
path: root/pseucoco.install
blob: 0782441b88dd4abd8df1a906fcd20882e76190d5 (plain)
1
2
3
4
5
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."
}