aboutsummaryrefslogtreecommitdiffstats
path: root/security/openscep/files/pkg-install.in
blob: 585a18d73ebae197c252e94a81c1a4f388020ee9 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

[ "$2" != "POST-INSTALL" ] && exit 0

for f in %%CONF_FILES%%; do
    [ -f "%%CONF_DIR%%/$f" ] || cp -p "%%CONF_DIR%%/$f.default" "%%CONF_DIR%%/$f"
done