diff options
Diffstat (limited to 'graphics/lensfun03/doinst.sh')
-rw-r--r-- | graphics/lensfun03/doinst.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/lensfun03/doinst.sh b/graphics/lensfun03/doinst.sh deleted file mode 100644 index 12d19ea52a28d..0000000000000 --- a/graphics/lensfun03/doinst.sh +++ /dev/null @@ -1,6 +0,0 @@ -# Update all the shared library links: -if [ -x /sbin/ldconfig ]; then - echo "Updating shared library links: /sbin/ldconfig" - /sbin/ldconfig 2>/dev/null -fi - |