diff options
Diffstat (limited to 'install')
-rw-r--r-- | install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/install b/install deleted file mode 100644 index b6ac4f39e6c..00000000000 --- a/install +++ /dev/null @@ -1,10 +0,0 @@ -post_install() { - groupadd thelounge &>/dev/null - useradd -g thelounge -d /etc/thelounge -s /bin/false thelounge &> /dev/null - chown -R thelounge:thelounge /etc/thelounge &> /dev/null -} - -pre_remove() { - getent passwd thelounge &>/dev/null && userdel thelounge &> /dev/null -} - |