Import 3dm2

This commit is contained in:
Adam Cécile (Le_Vert)
2013-08-14 22:55:26 +02:00
commit 86110e0922
12 changed files with 506 additions and 0 deletions

17
postrm Normal file
View File

@@ -0,0 +1,17 @@
#!/bin/sh -e
case "$1" in
remove)
# Remove lock if still exists
rm -f /var/lock/subsys/3dm2
;;
purge)
# Remove conf and ssl cert
rm -rf /etc/3dm2
;;
esac
#DEBHELPER#