]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-scrollkeeper
dh_compress: Avoid compressing .svg and .sgvz files, since these might be used as...
[debhelper.git] / autoscripts / postinst-scrollkeeper
1 if [ "$1" = "configure" ] && which scrollkeeper-update >/dev/null 2>&1; then
2         scrollkeeper-update -q
3 fi