Files
libgtop/debian/libgtop2-5.postinst
Sebastien Bacher 895df43df1 update
2005-06-09 21:55:52 +00:00

9 lines
73 B
Bash

#!/bin/sh
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#