From 2ff62bbb9f7b2c82a826d7b159c1bc482aa8f0bd Mon Sep 17 00:00:00 2001 From: ScrumpyJack Date: Mon, 27 Jun 2016 10:17:05 +0000 Subject: 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 --- community/h2o/h2o.pre-install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/h2o/h2o.pre-install (limited to 'community/h2o/h2o.pre-install') diff --git a/community/h2o/h2o.pre-install b/community/h2o/h2o.pre-install new file mode 100644 index 0000000000..9af1c4ca67 --- /dev/null +++ b/community/h2o/h2o.pre-install @@ -0,0 +1,7 @@ +#!/bin/sh + +adduser -S -D -H -h /var/www -s /sbin/nologin -g h2o h2o 2>/dev/null +addgroup -S -g 82 www-data 2>/dev/null +addgroup h2o www-data 2>/dev/null + +exit 0 -- cgit v1.2.3