forked from Lainports/freebsd-ports
An efficient Matrix homeserver that's easy to set up and just works. You can install it on a mini-computer like the Raspberry Pi to host Matrix for your family, friends or company. WWW: https://conduit.rs/
7 lines
119 B
Bash
7 lines
119 B
Bash
#!/bin/sh
|
|
|
|
if [ x"$2" != x"POST-INSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
install -d -m 750 -o %%USERS%% -g %%GROUPS%% %%DBDIR%%
|