summarylogtreecommitdiffstats
path: root/.install
blob: 595ae8fc5f4e9ef59edba460ffc1c78cefc68f0f (plain)
1
2
3
4
5
6
7
#!/bin/sh


post_install() {
    echo "restarting systemctl daemon"
    systemctl daemon-reload
}