]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-makeshlibs
r1635: * Added dh_gconf command from Ross Burton. Closes: #180882
[debhelper.git] / autoscripts / postrm-makeshlibs
1 if [ "$1" = "remove" ]; then
2         ldconfig
3 fi