aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/sisu.postrm
blob: 979064366165b30a2aee94eae50ab9c348252fac (plain)
1
2
3
4
5
#!/bin/sh -e
if [ "$1" = purge ] ; then
  rm -rf /etc/sisu
fi
#DEBHELPER#