*** postinst 2005/10/03 05:01:03 1.1 --- postinst 2005/10/03 05:03:39 *************** *** 18,20 **** --- 18,28 ---- update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/usplash-default.so 10 ;; esac + + case "$1" in + configure|reconfigure) + if [ -x /usr/sbin/update-initramfs ]; then + /usr/sbin/update-initramfs -u -t + fi + ;; + esac