aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-11-25 02:24:47 +0300
committerCem Keylan <cem@ckyln.com>2020-11-25 02:24:47 +0300
commit5ac46c7109876da3cb7e3a53b3d4615a5a21c914 (patch)
treeb1ae74169095c4819c271183fd7661cccae57124 /core/cpt/post-install
parent40f549d3abd1b63d3bd78957efd54a400e632fe3 (diff)
downloadrepository-5ac46c7109876da3cb7e3a53b3d4615a5a21c914.tar.gz
cpt: bump to 5.1.0
Diffstat (limited to 'core/cpt/post-install')
-rwxr-xr-xcore/cpt/post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cpt/post-install b/core/cpt/post-install
index ce9e0890..7f98b4d9 100755
--- a/core/cpt/post-install
+++ b/core/cpt/post-install
@@ -1,6 +1,6 @@
#!/bin/sh
-grep '\.la$' "$CPT_ROOT/var/db/cpt/installed/"*/manifest || exit 0
+grep -q '\.la$' "$CPT_ROOT/var/db/cpt/installed/"*/manifest || exit 0
find "$CPT_ROOT/usr/lib" \
! -type d \