summaryrefslogtreecommitdiffstats
path: root/packaging/dpkg/default_files/postrm
blob: ca42ec0c231f01f4a992a691e4156deba95e2e87 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

if [ "$1" = "purge" ] ; then
	rm -rf /etc/opt/openslx >/dev/null || exit $?
        # add if empty /etc/opt/ remove it as well ..
fi