summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes_splash
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-14 03:17:16 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-14 03:17:16 (GMT)
commit5d6e92f692db21808b8cd0bb03dbddd882646a25 (patch)
treee22c750bac7f6dc8bcae97f37164068cbe3f2ac3 /abs/core-testing/linhes_splash
parentee26e87efd151e56a9eb8142fdec6d2e5d9c733c (diff)
downloadlinhes_pkgbuild-5d6e92f692db21808b8cd0bb03dbddd882646a25.zip
linhes_pkgbuild-5d6e92f692db21808b8cd0bb03dbddd882646a25.tar.gz
linhes_pkgbuild-5d6e92f692db21808b8cd0bb03dbddd882646a25.tar.bz2
Rename linhes_splash to linhes-splash
Diffstat (limited to 'abs/core-testing/linhes_splash')
-rw-r--r--abs/core-testing/linhes_splash/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/abs/core-testing/linhes_splash/PKGBUILD b/abs/core-testing/linhes_splash/PKGBUILD
deleted file mode 100644
index db29493..0000000
--- a/abs/core-testing/linhes_splash/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-splash
-pkgver=1
-pkgrel=4
-pkgdesc="FBSplash theme for LinHES."
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://linhes.org/"
-source=(ftp://ftp.knoppmyth.net/R6/sources/linhes-splash.tar.bz2)
-
-build() {
- cd $startdir/src/
- mkdir -p $startdir/pkg/etc/splash
- cp -a linhes $startdir/pkg/etc/splash
-}