summarylogtreecommitdiffstats
path: root/warsaw.install
blob: 855015317c6787f573108eb24c2402c0d47de7e9 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "To use Warsaw, start its service using:"
  echo "# systemctl enable warsaw"
}

pre_remove() {
    systemctl disable warsaw
    rm -rf /usr/local/etc/warsaw
}