From 0e4efa1f984f5550837b68262054559b68ebfd77 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 3 Jul 2014 16:04:17 +0700 Subject: [PATCH] mate-applets: Remove unused code. Signed-off-by: Willy Sudiarto Raharjo --- extra/mate-applets/mate-applets.SlackBuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/extra/mate-applets/mate-applets.SlackBuild b/extra/mate-applets/mate-applets.SlackBuild index a1a1bb2..012de29 100644 --- a/extra/mate-applets/mate-applets.SlackBuild +++ b/extra/mate-applets/mate-applets.SlackBuild @@ -124,11 +124,5 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh -# Remove help files for now - until MATE upstream fixes help documentation -# buttons and menus. Confirmed help button problem w/ upstream. -for i in {mate-cpufreq-applet,mate-drivemount,mateweather,mate-char-palette,mate-accessx-status,mate-stickynotes_applet,mate-trashapplet,mate-battstat,mate-geyes,mate-invest-applet}; do - find $PKG/usr/share/mate/help/$i/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \; || true -done - cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}