diff --git a/packages/other/hicolor-icon-theme/build b/packages/other/hicolor-icon-theme/build deleted file mode 100755 index 66230dd090..0000000000 --- a/packages/other/hicolor-icon-theme/build +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static \ - --enable-shared \ - -make DESTDIR=./.install install \ No newline at end of file diff --git a/packages/other/hicolor-icon-theme/install b/packages/other/hicolor-icon-theme/install deleted file mode 100755 index 9959b22d29..0000000000 --- a/packages/other/hicolor-icon-theme/install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -. config/options - -cp -PR $PKG_BUILD/.install/* $INSTALL diff --git a/packages/other/hicolor-icon-theme/url b/packages/other/hicolor-icon-theme/url deleted file mode 100644 index 06f6d573c4..0000000000 --- a/packages/other/hicolor-icon-theme/url +++ /dev/null @@ -1 +0,0 @@ -http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.10.tar.gz \ No newline at end of file