From 9f9790c0a3d7bdc7497812bda41779da7fa023c3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 10 Sep 2020 02:07:47 +0300 Subject: cpt: bump to 4.0.0 --- core/cpt/post-install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/cpt/post-install') 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' \ -- cgit v1.2.3