This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch remove-10-nouveauini-2 in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit a43f267331b52b57ab3034ce1b439364c72784c5 Author: Robert Newson <[email protected]> AuthorDate: Mon Mar 31 11:51:57 2025 +0100 remove 10-nouveau.ini from postinst missed from https://github.com/apache/couchdb-pkg/pull/184 when tidying. --- debian/couchdb-nouveau.postinst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/debian/couchdb-nouveau.postinst b/debian/couchdb-nouveau.postinst index dce0d54..b6ac7c8 100644 --- a/debian/couchdb-nouveau.postinst +++ b/debian/couchdb-nouveau.postinst @@ -48,16 +48,6 @@ case $1 in db_input high couchdb-nouveau/enable || true db_go || true - db_get couchdb-nouveau/enable || true - - if [ "$RET" = "true" ] && [ -d "/opt/couchdb/etc/default.d" ]; then - cat <<EOF > /opt/couchdb/etc/default.d/10-nouveau.ini -[nouveau] -enable = true -url = http://127.0.0.1:5987 -EOF - chown couchdb:couchdb /opt/couchdb/etc/default.d/10-nouveau.ini - fi ;; abort-upgrade|abort-remove|abort-configure)
