updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / x2goserver-one / x2goserver.install
blobd165d3c279add1a6919d9a0e80651dc455bf4a84
1 post_install() {
2     echo "Install Hints:"
3     echo "---------------------"
4     echo "==> Ensure that fuse module is loaded"
5     echo "==> Any user with x2gopgwrapper root access can use the system:"
6     echo "    %users ALL=(ALL) NOPASSWD: /usr/bin/x2gopgwrapper"
7     echo "More documentation can be found on the wiki"
8         mkdir -p /var/db/x2go
9         /usr/lib/x2go/x2gosqlite.sh
10     /bin/true
13 post_upgrade() {
14     /bin/true