Files
libgtop/debian/libgtop2.postinst
T
2004-03-27 12:24:05 +00:00

9 lines
73 B
Bash

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