aports/community/at/at.pre-install
ScrumpyJack 2ff62bbb9f testing/[various]: move packages to community
Moves the packages listed below from the testing to the community
repository after successfully testing of said packages.

asciinema
at
calcurse
cmus
compton
cpio
dvd+rw-tools
fortune
fvwm
geary
h2o
heirloom-mailx
leafpad
nedit
nmh
rover
tor
torsocks
urlview
vdesk
w3m
wbar
xcalc
xclock
xeyes
xkill
2016-07-04 11:42:28 +02:00

7 lines
104 B
Bash

#!/bin/sh
addgroup -S at 2>/dev/null
adduser -S -D -H -s /bin/false -G at -g at at 2>/dev/null
exit 0