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