mate-applets: Remove unused code.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-07-03 16:25:40 +07:00
parent 2ae2e34e78
commit 3bd06aee60

View file

@ -108,12 +108,6 @@ if [ -d $PKG/usr/man ]; then
)
fi
# For some reaso, stuff is getting dumped into $PKG/usr/share/omf (which is
# related to scrollkeeper even though we have --disable-scrollkeeper above.
# Confirmed with MATE developer that this is old and not needed so let's
# remove it.
rm -rf $PKG/usr/share/omf/mate-*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING* ChangeLog NEWS* README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild