From b4c937fc5209f3a05d3373593307a051bc810531 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 5 Oct 2015 10:31:34 +0200 Subject: Remove outdated industrial icon theme A few icons are still left in the folder as these are used as fallback for tango. See industrial/README for details. Change-Id: Iaeb672609cd57bba5707cbafbfe295bfb8c5011d Reviewed-on: https://gerrit.libreoffice.org/19149 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos Tested-by: Adolfo Jayme Barrientos --- bin/distro-install-file-lists | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/distro-install-file-lists') diff --git a/bin/distro-install-file-lists b/bin/distro-install-file-lists index 988e8f01d95e..e74361199e2e 100755 --- a/bin/distro-install-file-lists +++ b/bin/distro-install-file-lists @@ -250,7 +250,7 @@ if test "z$OOO_VENDOR" != "zDebian" ; then add_used_directories mono_list.txt common_list.txt # add the files from GAC if it was installed test -f mono_gac && cat mono_gac >>mono_list.txt - + # postgresql subpackage test -f $DESTDIR/gid_Module_Optional_PostgresqlSdbc && cp $DESTDIR/gid_Module_Optional_PostgresqlSdbc postgresql_list.txt || : @@ -351,7 +351,6 @@ if test "z$OOO_VENDOR" != "zDebian" ; then # don't use remove_file as we don't want them removed from the buildroot. mv_file_between_flists /dev/null common_list.txt $INSTALLDIR/share/config/images_crystal.zip mv_file_between_flists /dev/null common_list.txt $INSTALLDIR/share/config/images_hicontrast.zip - mv_file_between_flists /dev/null common_list.txt $INSTALLDIR/share/config/images_industrial.zip mv_file_between_flists /dev/null common_list.txt $INSTALLDIR/share/config/images_tango.zip mv_file_between_flists /dev/null common_list.txt $INSTALLDIR/share/config/images.zip fi -- cgit