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

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

}