diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-12-31 07:21:10 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-12-31 07:21:10 (GMT) |
commit | 025c7771456a5e1a87e22dbdf0370a27d6f04d46 (patch) | |
tree | e337ec870e0da36bd4ea016d2b60d3f7b5ff99b1 /abs/core-testing/mythtv | |
parent | b54df7a7c65972b7d39c5cabb54783cc0bc5f9e4 (diff) | |
download | linhes_pkgbuild-025c7771456a5e1a87e22dbdf0370a27d6f04d46.zip linhes_pkgbuild-025c7771456a5e1a87e22dbdf0370a27d6f04d46.tar.gz linhes_pkgbuild-025c7771456a5e1a87e22dbdf0370a27d6f04d46.tar.bz2 |
linhes-theme:moved to root of core.
Diffstat (limited to 'abs/core-testing/mythtv')
-rw-r--r-- | abs/core-testing/mythtv/stable-0.21/linhes-theme/PKGBUILD | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/abs/core-testing/mythtv/stable-0.21/linhes-theme/PKGBUILD b/abs/core-testing/mythtv/stable-0.21/linhes-theme/PKGBUILD deleted file mode 100644 index 353fefd..0000000 --- a/abs/core-testing/mythtv/stable-0.21/linhes-theme/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $ -# Maintainer: Cecil Watson<knoppmyth@gmail.com> - -pkgname=linhes-theme -pkgver=1 -pkgrel=11 -pkgdesc="Default LinHES theme." -arch=('i686' 'x86_64') -license=('GPL2') -url="http://linhes.org/" -source=(ftp://ftp.knoppmyth.net/R6/sources/linhes-theme.tar.bz2) - -build() { - cd $startdir/src/ - mkdir -p $startdir/pkg/usr/share/mythtv/themes - cp -a LinHES $startdir/pkg/usr/share/mythtv/themes -} |