summaryrefslogtreecommitdiff
path: root/comms/smstools3/files/pkg-install.in
blob: 19e362078a622f6f08337d8c1a93de8085e2ac18 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ "x$2" = "xPOST-INSTALL" ]; then
	mkdir -p %%SPOOLDIR%%/incoming %%SPOOLDIR%%/outgoing \
		%%SPOOLDIR%%/checked %%LOGDIR%% %%PIDDIR%%
	chown -R %%SMSD_USER%%:%%SMSD_GROUP%% %%SPOOLDIR%% \
		%%LOGDIR%% %%PIDDIR%%
fi