1 # This is a default template for a post-install scriptlet. You can
2 # remove any functions you don't need (and this header).
4 # arg 1: the new package version
9 # arg 1: the new package version
12 # initialize cdvserver
13 #touch /var/lib/cdvserver/passwd
14 chown -R cdv /var/lib/cdvserver
18 echo "You will need to create at least 1 account by the following command:"
19 echo "cdvpasswd -f passwd add <username>"
21 echo "To customize codeville take a look at /etc/cdvserver.conf"
22 echo "To run the codeville server at startup add cdv to your DEAMONS array"
25 # arg 1: the new package version
26 # arg 2: the old package version
31 # arg 1: the new package version
32 # arg 2: the old package version
37 # arg 1: the old package version
42 # arg 1: the old package version
44 echo "the repository has not been deleted."
45 echo "Per default it is located at /var/lib/cdvserver."
51 [ "$(type -t "$op")" = "function" ] && $op "$@"
53 # vim:set ts=2 sw=2 et: