[l/arabica] cleaning

This commit is contained in:
Gwenhael Le Moine 2024-02-08 13:00:27 +01:00
parent 857390e314
commit e7a8bdfc2d
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -74,17 +74,6 @@ CFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
# find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
# | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# find $PKG/usr/man -type f -exec gzip -9 {} \;
# for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
# mkdir $PKG/usr/doc
# mv $PKG/usr/share/doc/motion $PKG/usr/doc/$PRGNAM
# mv $PKG/usr/share/$PRGNAM/examples $PKG/usr/doc/$PRGNAM/
# rm -rf $PKG/usr/share # We moved the docs from there
mkdir -p $PKG/install
cat <<EOF > $PKG/install/slack-desc
# HOW TO EDIT THIS FILE: