[Pkg-voip-commits] [ring] 06/06: Add postinst script

Alexandre Viau aviau at moszumanska.debian.org
Fri Mar 18 14:28:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

aviau pushed a commit to branch master
in repository ring.

commit b6285c8a7cb0e1256b23df5e58b03aedc38616c7
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Mar 18 10:27:30 2016 -0400

    Add postinst script
---
 debian/ring.postinst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/ring.postinst b/debian/ring.postinst
new file mode 100755
index 0000000..c6687e2
--- /dev/null
+++ b/debian/ring.postinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "configure" ]; then
+  ldconfig
+fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ring.git



More information about the Pkg-voip-commits mailing list