summaryrefslogtreecommitdiff
path: root/bin/piece/post-inst-ure
diff options
context:
space:
mode:
Diffstat (limited to 'bin/piece/post-inst-ure')
-rwxr-xr-xbin/piece/post-inst-ure26
1 files changed, 0 insertions, 26 deletions
diff --git a/bin/piece/post-inst-ure b/bin/piece/post-inst-ure
deleted file mode 100755
index 017e22c98..000000000
--- a/bin/piece/post-inst-ure
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash
-
-piece=$1
-ooo_build_tag=$2
-
-source $OO_TOOLSDIR/piece/sys-setup
-
-# sigh, basis-link should be in URE because SDK is based just on URE
-if ! test -L $DESTDIR/$OO_INSTDIR/basis-link ; then
- ln -sf basis$VERSION $DESTDIR/$OO_INSTDIR/basis-link
- echo "$OO_INSTDIR/basis-link" >>"files-$piece.txt"
-fi
-
-if test "$OOO_BUILD_NOARCH" = "YES" ; then
- # create the base directories in /usr/share
- mkdir -p $DESTDIR/$OO_INSTDIR_SHARE/basis$VERSION
- ln -sf basis$VERSION $DESTDIR/$OO_INSTDIR_SHARE/basis-link
- # install a helper script to link the noarch stuff from /usr/share to /usr/lib
- cp -a $OO_TOOLSDIR/piece/link-to-ooo-home $DESTDIR/$OO_INSTDIR_SHARE
- if test -f "files-$piece.txt" ; then
- echo "%dir $OO_INSTDIR_SHARE" >>"files-$piece.txt"
- echo "%dir $OO_INSTDIR_SHARE/basis$VERSION" >>"files-$piece.txt"
- echo "$OO_INSTDIR_SHARE/basis-link" >>"files-$piece.txt"
- echo "$OO_INSTDIR_SHARE/link-to-ooo-home" >>"files-$piece.txt"
- fi
-fi