aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-10 02:07:47 +0300
committerCem Keylan <cem@ckyln.com>2020-09-10 02:07:47 +0300
commit9f9790c0a3d7bdc7497812bda41779da7fa023c3 (patch)
treeda4535da129cfd2823df2b59033e48b9cd18449e /core/cpt/post-install
parent634d90575ef36e116fec95059d8e9abf357e275a (diff)
downloadrepository-9f9790c0a3d7bdc7497812bda41779da7fa023c3.tar.gz
cpt: bump to 4.0.0
Diffstat (limited to 'core/cpt/post-install')
-rwxr-xr-xcore/cpt/post-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/cpt/post-install b/core/cpt/post-install
index 5fbbc8e7..ce9e0890 100755
--- a/core/cpt/post-install
+++ b/core/cpt/post-install
@@ -1,5 +1,7 @@
#!/bin/sh
+grep '\.la$' "$CPT_ROOT/var/db/cpt/installed/"*/manifest || exit 0
+
find "$CPT_ROOT/usr/lib" \
! -type d \
-name '*.la' \