tde-packaging/ubuntu/maverick/tdebase/debian/kdesktop-trinity.postinst

14 lines
168 B

#!/bin/sh
# postinst script for kdesktop-trinity
set -e
if [ "$1" = "configure" ] ; then
# force ldconfig due to tdeinit library
ldconfig
fi
#DEBHELPER#
exit 0