]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-gconf-defaults
Drop deprecated programs from the list of commands in debhelper(7). Closes: #548382
[debhelper.git] / autoscripts / postrm-gconf-defaults
1 if which update-gconf-defaults >/dev/null 2>&1; then
2         update-gconf-defaults #OPT#
3 fi