1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/databases/virtuoso/pkg-install
Max Khon 8163bce5dc - Update to 6.1.3
- Fix and enable startup script
- Fix permissions after installation
2011-05-09 10:33:50 +00:00

11 lines
114 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
case "$2" in
POST-INSTALL)
chown -R virtuoso:virtuoso ${PKG_PREFIX}/virtuoso
;;
esac