index
:
libraw1394
master
Fork of libraw1394 that allows for externally managed buffers
Peter McGoron
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
libraw1394.postinst.in
blob: 38bea86e9b63c0ba8388a06a36a53a31e26930b5 (
plain
) (
blame
)
1
2
3
4
5
6
7
#!/bin/sh -e
if
[
"
$1
"
=
"configure"
]
;
then
ldconfig
usr/lib/@libname@
fi
#DEBHELPER#