summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-14 15:55:17 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-14 15:55:17 +0300
commitb2e9d7dfd3c0e948c0aba47c11c6e1923f8c0a65 (patch)
tree95a963fbd7bc07fcb7645978b994f13f86d60f6e
parentcd2ef5ba49dc26be0d633615c4b1bc0f246c3f9d (diff)
downloadick2-b2e9d7dfd3c0e948c0aba47c11c6e1923f8c0a65.tar.gz
Add: create /etc/ick in Debian package
-rw-r--r--NEWS1
-rw-r--r--debian/ick2.postinst3
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b3d5fd2..8ae69e6 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Version 0.8+git, not yet released
---------------------------------
+* Debian package creates /etc/ick.
Version 0.8, released 2017-10-14
---------------------------------
diff --git a/debian/ick2.postinst b/debian/ick2.postinst
index fad7d0b..c951569 100644
--- a/debian/ick2.postinst
+++ b/debian/ick2.postinst
@@ -29,4 +29,7 @@ install -d -m 0755 -o _ick -g _ick /var/log/ick
# Create ick state dir
install -d -m 0755 -o _ick -g _ick /var/lib/ick/state
+# Create config dir.
+install -d -m 0755 -o root -g root /etc/ick
+
#DEBHELPER#