install themes and icons

This commit is contained in:
Gwenhael Le Moine 2021-04-26 17:08:44 +02:00
parent fa4480f59d
commit a4d035618c
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -37,6 +37,9 @@ mkdir -p $PKG$PREFIX/bin
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
mkdir -p $PKG$PREFIX/share/$PRGNAM
cp -R files/* $PKG$PREFIX/share/$PRGNAM
# move doc/ to the appropriate location
mkdir -p $PKG$PREFIX/doc/$PRGNAM
cp -R doc/ example/ LICENSE *.md $PKG$PREFIX/doc/$PRGNAM