aboutsummaryrefslogtreecommitdiff
path: root/testing/cpt/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-04-03 19:57:33 +0300
committerCem Keylan <cem@ckyln.com>2021-04-03 19:57:33 +0300
commit841fec4ac79bf2be2a03966ecb26825801540ea6 (patch)
treeb661649191b17b9acaaa62e64471d98f7b0242b2 /testing/cpt/post-install
parente1cac1fd1ccef065cf73ccb82ed6f95f9bb4038e (diff)
downloadrepository-841fec4ac79bf2be2a03966ecb26825801540ea6.tar.gz
cpt: drop release candidate from testing
Diffstat (limited to 'testing/cpt/post-install')
-rwxr-xr-xtesting/cpt/post-install13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/cpt/post-install b/testing/cpt/post-install
deleted file mode 100755
index 7f98b4d9..00000000
--- a/testing/cpt/post-install
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-grep -q '\.la$' "$CPT_ROOT/var/db/cpt/installed/"*/manifest || exit 0
-
-find "$CPT_ROOT/usr/lib" \
- ! -type d \
- -name '*.la' \
- -exec rm -f -- {} +
-
-find "$CPT_ROOT/var/db/cpt/installed" \
- ! -type d \
- -name manifest \
- -exec sed -i '/.*\.la$/d' {} +