Add ldconfig postinst call to Debian and Ubuntu packaging for network-manager-tde

pull/3/head
Timothy Pearson 12 years ago
parent 7da68f0f2f
commit 546efb530b

@ -0,0 +1,12 @@
#!/bin/sh
# postinst script for network-manager-tde
set -e
if [ "$1" = "configure" ] ; then
ldconfig
fi
#DEBHELPER#
exit 0

@ -0,0 +1,12 @@
#!/bin/sh
# postinst script for network-manager-tde
set -e
if [ "$1" = "configure" ] ; then
ldconfig
fi
#DEBHELPER#
exit 0

@ -0,0 +1,12 @@
#!/bin/sh
# postinst script for network-manager-tde
set -e
if [ "$1" = "configure" ] ; then
ldconfig
fi
#DEBHELPER#
exit 0

@ -0,0 +1,12 @@
#!/bin/sh
# postinst script for network-manager-tde
set -e
if [ "$1" = "configure" ] ; then
ldconfig
fi
#DEBHELPER#
exit 0

@ -0,0 +1,12 @@
#!/bin/sh
# postinst script for network-manager-tde
set -e
if [ "$1" = "configure" ] ; then
ldconfig
fi
#DEBHELPER#
exit 0

@ -0,0 +1,12 @@
#!/bin/sh
# postinst script for network-manager-tde
set -e
if [ "$1" = "configure" ] ; then
ldconfig
fi
#DEBHELPER#
exit 0
Loading…
Cancel
Save