~ubuntu-branches/ubuntu/trusty/libnss-db/trusty

« back to all changes in this revision

Viewing changes to debian/libnss-db.postinst

  • Committer: Package Import Robot
  • Author(s): Julien Cristau
  • Date: 2012-02-19 18:02:37 UTC
  • Revision ID: package-import@ubuntu.com-20120219180237-u08me3k13ww0kkvw
Tags: 2.2.3pre1-4
* QA upload.
* Switch maintainer to Debian QA group (see #636733)
* Switch from yada to dh (closes: #636891).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
if [ "$1" = "configure" ]; then
 
6
        if [ -x /etc/init.d/nscd ]; then
 
7
                invoke-rc.d nscd restart
 
8
        fi
 
9
fi