]> git.saurik.com Git - wxWidgets.git/blobdiff - debian/libwxgtk-python.postinst
fixed the value of LVM_SETEXTENDEDLISTVIEWSTYLE
[wxWidgets.git] / debian / libwxgtk-python.postinst
index 5972978114cf2741678b09a01afaa27e9a4a4f2d..a1bebf841b47d54c0da210be7e481eeaac61900d 100644 (file)
@@ -7,6 +7,7 @@ WXPYTHONDIR="/usr/lib/python1.5/site-packages/wxPython"
 if [ "$1" = "configure" ]; then
        python /usr/lib/python1.5/compileall.py -q ${WXPYTHONDIR}
        python -O /usr/lib/python1.5/compileall.py -q ${WXPYTHONDIR}
+       ldconfig
 fi
 
 #DEBHELPER#