summarylogtreecommitdiffstats
path: root/Garlmap.install
blob: c52094331565dc94d02e18fb3acb8f95014c1b52 (plain)
1
2
3
4
5
6
7
8
post_install() {
    :
#!/bin/bash

# SUID chrome-sandbox for Electron 5+
chmod 4755 '/opt/Garlmap/chrome-sandbox' || true

}