gecko-dev/build/package/debian/libnspr3.postinst
ramiro%netscape.com 1691770eae Add debian packaging stuff. Thanks very much to Brent Fulgham and the
debian hackers for contributing these.
1999-08-06 09:35:28 +00:00

7 lines
65 B
Bash

#! /bin/sh
set -e
if [ "$1" = "configure" ]; then
ldconfig
fi