diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-14 23:08:35 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-15 01:28:15 -0300 |
commit | 8e88a20da116c8e2163985102e5594c030b69613 (patch) | |
tree | 317fb42ec249ef662dbe3dec1bc2f9c73ba58601 /community/atheme-iris/atheme-iris.pre-install | |
parent | dce0818b7e48da7bc0744430a529f3f2549da39f (diff) | |
download | aports-8e88a20da116c8e2163985102e5594c030b69613.tar.bz2 aports-8e88a20da116c8e2163985102e5594c030b69613.tar.xz |
community/atheme-iris: remove
- Python2 only
Diffstat (limited to 'community/atheme-iris/atheme-iris.pre-install')
-rw-r--r-- | community/atheme-iris/atheme-iris.pre-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/community/atheme-iris/atheme-iris.pre-install b/community/atheme-iris/atheme-iris.pre-install deleted file mode 100644 index aa18cf533d..0000000000 --- a/community/atheme-iris/atheme-iris.pre-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -addgroup -S iris 2>/dev/null -adduser -S -D -H -h /usr/share/webapps/atheme-iris -s /sbin/nologin -G iris -g iris iris 2>/dev/null - -exit 0 |