mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
9 lines
110 B
Text
9 lines
110 B
Text
# INSTALL
|
|
|
|
case "$ACTION" in
|
|
post)
|
|
if [ "$UPDATE" = "no" ]; then
|
|
chown gogs:gogs etc/gogs.ini
|
|
fi
|
|
;;
|
|
esac
|