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

9 lines
70 B
Bash

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