libraries/MyGUI: Remove redundant doinst.sh.

There are no desktop files in this package.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-09-04 14:46:42 +12:00 committed by Willy Sudiarto Raharjo
parent 49a8f237f6
commit e115189bd1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 0 additions and 4 deletions

View File

@ -122,7 +122,6 @@ fi
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE

View File

@ -1,3 +0,0 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi