aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-22 18:03:27 +0300
committerCem Keylan <cem@ckyln.com>2021-07-22 18:03:27 +0300
commitcab275f22aaeaf1791616be2ed1d84c5a01464b9 (patch)
tree71818eda0a2ab472fc43f8df280537377b6e7927 /core/cpt/post-install
parentd056f38194ac1db20bf3ea7dd715aab47547fea4 (diff)
downloadrepository-cab275f22aaeaf1791616be2ed1d84c5a01464b9.tar.gz
cpt: bump to 6.1.0
Diffstat (limited to 'core/cpt/post-install')
-rwxr-xr-xcore/cpt/post-install13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/cpt/post-install b/core/cpt/post-install
deleted file mode 100755
index 7f98b4d9..00000000
--- a/core/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' {} +