summarylogtreecommitdiffstats
path: root/install
blob: 77a40ed8e92308218133b269707ee0f067f321af (plain)
1
2
3
4
post_remove() {
  getent passwd ptokax &>/dev/null && userdel ptokax >/dev/null
  true
}