2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-17 05:02:28 +00:00
repo/core/kiss/post-install

12 lines
212 B
Plaintext
Raw Normal View History

2020-07-08 15:45:58 +00:00
#!/bin/sh
2020-07-28 00:25:42 +00:00
find "$KISS_ROOT/usr/lib" \
! -type d \
-name \*.la \
-exec rm -f -- {} +
find "$KISS_ROOT/var/db/kiss/installed" \
! -type d \
-name manifest \
-exec sed -i '/.*\.la$/d' {} +