diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-10 01:56:22 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:33 +0700 |
commit | 984ddb88667497f500370b2d693c2a3a3d55fa39 (patch) | |
tree | fe2ff60d0e370d939ca51cdfb96215e8b664bdf8 /graphics/lensfun03/doinst.sh | |
parent | 1048b78d633e680b3851799bbf956836f25575bc (diff) |
graphics/lensfun03: Remove ld.so.conf.d.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 12d19ea52a..0000000000 --- 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 - |