void-packages/srcpkgs/gnome-bluetooth/INSTALL

7 lines
129 B
Plaintext

case "${ACTION}" in
post)
echo -n "Updating dynamic linker shared cache... "
ldconfig && echo "ok." || echo "FAILED!"
;;
esac