From f234ebca0508f0df29b34ec606a1d19f0c2a6ee5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 11 Aug 2020 13:38:00 +0300 Subject: cpt: bump to 3.1.1 --- core/cpt/post-install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 core/cpt/post-install (limited to 'core/cpt/post-install') diff --git a/core/cpt/post-install b/core/cpt/post-install new file mode 100755 index 00000000..5fbbc8e7 --- /dev/null +++ b/core/cpt/post-install @@ -0,0 +1,11 @@ +#!/bin/sh + +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' {} + -- cgit v1.2.3