Skip to content

Commit 4f74b4e

Browse files
committed
Merge pull request gogs#483 from pkgr/dev
Add new distributions on https://packager.io/gh/pkgr/gogs
2 parents a596388 + 31d763b commit 4f74b4e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.pkgr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
buildpack: "https://github.com/kr/heroku-buildpack-go.git"
21
targets:
32
ubuntu-14.04:
3+
ubuntu-12.04:
4+
debian-7:
45
build_dependencies:
56
- mercurial
67
- bzr

packager/debian/postinst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ APP_USER=$(${CLI} config:get APP_USER)
2020
APP_GROUP=$(${CLI} config:get APP_GROUP)
2121
APP_CONFIG="/etc/${APP_NAME}/conf/app.ini"
2222

23-
# source debconf library
24-
. /usr/share/debconf/confmodule
25-
2623
case "$1" in
2724

2825
configure)

0 commit comments

Comments
 (0)