aports/testing/biboumi/biboumi.pre-install
omni b2fe96c0cc testing/biboumi: move from community
Since Botan2 reached End of Life it will not be part of our 3.22
release. Instead of removing it entirely we move it to testing/ until
dependants can catch up and switch to Botan3 or other, therefore we move
this to testing/ for now as well.

The upstream project has also moved, so we update url and source to
reflect that.
2025-05-28 21:33:15 +00:00

6 lines
128 B
Bash

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