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

9 lines
70 B
Bash

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