upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / postorius / trunk / postorius.install
blobf4a861c470c79170487b150dfa8f57b0dc55c548
1 post_install() {
2   echo "Run the following to create/migrate the database:"
3   echo "sudo -u postorius django-admin migrate --pythonpath /usr/share/webapps/postorius/ --settings settings"
6 post_upgrade() {
7   echo "Run the following to update static files and compress them:"
8   echo "sudo -u postorius django-admin collectstatic --pythonpath /usr/share/webapps/postorius --settings settings"