summaryrefslogtreecommitdiff
path: root/bin/piece/file-list-artwork
diff options
context:
space:
mode:
Diffstat (limited to 'bin/piece/file-list-artwork')
-rwxr-xr-xbin/piece/file-list-artwork16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/piece/file-list-artwork b/bin/piece/file-list-artwork
deleted file mode 100755
index 0914268af..000000000
--- a/bin/piece/file-list-artwork
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-piece=$1
-ooo_build_tag=$2
-
-source $OO_TOOLSDIR/piece/sys-setup
-
-# there is only the devel package
-
-# remove the CVS dirs
-find $DESTDIR$OO_SOLVERDIR -depth -type d -name CVS -exec rm -rf {} \;
-# remove ugly executable rights
-find $DESTDIR -type f -name "*.png" -exec chmod 644 {} \;
-
-# move the stuff to /usr/share when enabled
-test "$OOO_BUILD_NOARCH" = 'YES' && $OO_TOOLSDIR/piece/install-devel-helper $piece $ooo_build_tag