From c506b120c6e47c956fb6291f9909bb27ae8aedb7 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 22 May 2011 20:50:05 +0200 Subject: removed converter_gtkui fallback version --- scripts/portable_package_static.sh | 1 - scripts/portable_postbuild.sh | 4 ---- 2 files changed, 5 deletions(-) (limited to 'scripts') diff --git a/scripts/portable_package_static.sh b/scripts/portable_package_static.sh index 129000b2..be8c75b6 100755 --- a/scripts/portable_package_static.sh +++ b/scripts/portable_package_static.sh @@ -54,7 +54,6 @@ tar jcvf ../portable_out/build/deadbeef-$VERSION-static-i686.tar.bz2\ $PLUGDIR/dumb.so\ $PLUGDIR/converter.so\ $PLUGDIR/converter_gtkui.so\ - $PLUGDIR/converter_gtkui.fallback.so\ $PLUGDIR/convpresets\ $PLUGDIR/pulse.so\ $PLUGDIR/dsp_libsrc.so\ diff --git a/scripts/portable_postbuild.sh b/scripts/portable_postbuild.sh index 7fab1d6e..ae9b7ec1 100755 --- a/scripts/portable_postbuild.sh +++ b/scripts/portable_postbuild.sh @@ -45,10 +45,6 @@ fi if [ -f ./plugins/gtkui/.libs/ddb_gui_GTK2.fallback.so ]; then cp ./plugins/gtkui/.libs/ddb_gui_GTK2.fallback.so $PLUGDIR/ fi -if [ -f ./plugins/converter/.libs/converter_gtkui.fallback.so ]; then - cp ./plugins/converter/.libs/converter_gtkui.fallback.so $PLUGDIR/ -fi - #pixmaps -- cgit v1.2.3