aboutsummaryrefslogtreecommitdiff
path: root/graphics/lensfun03/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-05-10 01:56:22 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-13 19:27:33 +0700
commit984ddb88667497f500370b2d693c2a3a3d55fa39 (patch)
treefe2ff60d0e370d939ca51cdfb96215e8b664bdf8 /graphics/lensfun03/doinst.sh
parent1048b78d633e680b3851799bbf956836f25575bc (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.sh6
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
-