diff options
author | David Schleef <ds@schleef.org> | 2001-07-03 02:03:16 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-03 02:03:16 +0000 |
commit | 4d5c35c0b696cdde626b6660abbaec6afb1b9533 (patch) | |
tree | 08db5137de8da1264a434fe842fc5f78144bfcd7 /debian/libuclibc0.postinst | |
parent | 6d3b6f17fe83e806790f15f84756e0a5bcdcdfea (diff) |
Debian package building scripts
Diffstat (limited to 'debian/libuclibc0.postinst')
-rw-r--r-- | debian/libuclibc0.postinst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/libuclibc0.postinst b/debian/libuclibc0.postinst new file mode 100644 index 000000000..aac68193e --- /dev/null +++ b/debian/libuclibc0.postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + /sbin/ldconfig +fi + +#DEBHELPER# + |