diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-12 18:48:45 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-12 18:48:45 +0000 |
commit | aa708cc985574d968fb5e9ffc7238868f80b8056 (patch) | |
tree | f031555f57bc04561349dd9b480c7fb8be0017f3 /main/oscam/oscam.pre-install | |
parent | c438b8a15edf54dacd2646d05af852b312c8c834 (diff) | |
download | aports-aa708cc985574d968fb5e9ffc7238868f80b8056.tar.bz2 aports-aa708cc985574d968fb5e9ffc7238868f80b8056.tar.xz |
main/oscam: new snapshot and moved to main
Diffstat (limited to 'main/oscam/oscam.pre-install')
-rw-r--r-- | main/oscam/oscam.pre-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/oscam/oscam.pre-install b/main/oscam/oscam.pre-install new file mode 100644 index 0000000000..c78cb9a78e --- /dev/null +++ b/main/oscam/oscam.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh +adduser -H -G video -D -s /bin/false oscam 2>/dev/null +exit 0 |