blob: a1a4995bae0f4ec258a32e081c807dd911142973 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
post_install() {
echo "Please read /usr/share/doc/davical/README.archlinux"
echo "for first-time setup installation instructions"
}
post_upgrade() {
echo "Upgrading..."
echo "Please run the following:"
echo ""
echo "sudo su"
echo "su - postgres"
echo "/usr/share/webapps/davical/dba/update-davical-database"
}
|