diff options
Diffstat (limited to 'community-testing/cdemu-daemon/cdemud.install')
-rw-r--r-- | community-testing/cdemu-daemon/cdemud.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community-testing/cdemu-daemon/cdemud.install b/community-testing/cdemu-daemon/cdemud.install deleted file mode 100644 index 3550a5e59..000000000 --- a/community-testing/cdemu-daemon/cdemud.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install () { - groupadd cdemu - echo " > Add yourself to the 'cdemu' group for non-root access" - echo " > See /etc/conf.d/cdemud for further configuration" -} - -post_remove() { - groupdel cdemu -} - -# vim:set ts=2 sw=2 et: |