summarylogtreecommitdiffstats
path: root/panwriter.install
blob: ba6e921a97a6f5fe1158d078b517e565ba56ef29 (plain)
1
2
3
4
5
6
7
8
post_install() {
    install -Dm755 -d "${XGD_CONFIG_HOME}/PanWriter"
    touch "${XGD_CONFIG_HOME}/PanWriter/settings.yaml"
    chown -R "${USER}:${USER}" "${XGD_CONFIG_HOME}/PanWriter"
}
post_remove() {
    rm -rf "${XGD_CONFIG_HOME}/PanWriter"
}