root/trunk/pdns/debian/pdns-backend-general.postinst @ 52

Revision 52, 92 bytes (checked in by ahu, 10 years ago)

files voor wiggy

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to author date id revision
Line 
1#!/bin/sh
2
3set -e
4
5
6if [ "$1" = "configure" -o "$1" = "abort-upgrade" ] ; then
7        ldconfig
8fi
Note: See TracBrowser for help on using the browser.