summarylogtreecommitdiffstats
path: root/whoogle.install
blob: 145d3f8dc5c7bf040e55ac8fa93bd06f83aec03d (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    mkdir -p /opt/whoogle-search/app/static
    chown -R whoogle.whoogle /opt/whoogle-search/app/static
    echo ""
    echo "Enable the SystemD unit and visit localhost:5000 to start searching!"
    echo ""
}

post_upgrade() {
    chown -R whoogle.whoogle /opt/whoogle-search/app/static/
}