summaryrefslogtreecommitdiffstats
path: root/spampd/spampd.install
diff options
context:
space:
mode:
Diffstat (limited to 'spampd/spampd.install')
-rw-r--r--spampd/spampd.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/spampd/spampd.install b/spampd/spampd.install
new file mode 100644
index 0000000..135f373
--- /dev/null
+++ b/spampd/spampd.install
@@ -0,0 +1,9 @@
+post_install() {
+ useradd -r spampd
+}
+
+post_remove() {
+ userdel spampd
+}
+
+# vim:set ts=2 sw=2 et: