ascension

Migrate DNS zones to the GNU Name System
Log | Files | Refs | README | LICENSE

commit 5dc85dc7c2588f8da46b46cd4ab8ff087e8712c1
parent 7e45cd493a9bab205b7b6ea9481b07537585f3a4
Author: rexxnor <rexxnor+gnunet@brief.li>
Date:   Fri, 10 May 2019 15:19:10 +0200

updated gitlabci to include correct postinst and prerm files

Diffstat:
M.gitlab-ci.yml | 2+-
Dhelpers/postinst_ascension.sh | 3---
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -14,7 +14,7 @@ run-build_deb: - cp ../../helpers/ascension.1 debian/ascension.1 - echo "debian/ascension.1" > debian/python3-ascension.manpages - dh_installman - - cp ../../helpers/postinst_ascension.sh debian/postinst + - cp ../../helpers/python3-ascension.p* debian/ - cp ../../helpers/copyright debian/copyright - dpkg-buildpackage -rfakeroot -uc -us - cd ../../ diff --git a/helpers/postinst_ascension.sh b/helpers/postinst_ascension.sh @@ -1,3 +0,0 @@ -adduser --system ascension -# ok if this fails as gnunet is not yet a dependency -adduser ascension gnunet || true