diff options
author | Cecil <knoppmyth@gmail.com> | 2011-02-16 05:37:59 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-02-16 05:37:59 (GMT) |
commit | 877439fb6a978ac867c0f3d19e4b31b71cd37b20 (patch) | |
tree | 31f3eb1487706b15380689267abdba7eff90daf0 /abs/core/linhes-scripts/PKGBUILD | |
parent | 1b565ec5928d17189de7b57c631dea781d861be2 (diff) | |
download | linhes_pkgbuild-877439fb6a978ac867c0f3d19e4b31b71cd37b20.zip linhes_pkgbuild-877439fb6a978ac867c0f3d19e4b31b71cd37b20.tar.gz linhes_pkgbuild-877439fb6a978ac867c0f3d19e4b31b71cd37b20.tar.bz2 |
linhes-scripts:Added dtheme.sh, makes LinHES the default theme when ran.
Diffstat (limited to 'abs/core/linhes-scripts/PKGBUILD')
-rw-r--r-- | abs/core/linhes-scripts/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD index 25ffb61..71a5961 100644 --- a/abs/core/linhes-scripts/PKGBUILD +++ b/abs/core/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=7 -pkgrel=2 +pkgrel=3 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') @@ -43,6 +43,7 @@ system-cleanup.sh myth2fuze dct700-cc.sh qip7100-cc.sh +dtheme.sh ) build() { @@ -87,4 +88,5 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5' '2fb25aef03ffd1282414d8cca3df7056' 'd2a29444ab9036fb385bbf044daf1ff5' 'df727c98350a64e2171c950bbefc9c5d' - '7b890e7044db38e8d439f67e398af206') + '7b890e7044db38e8d439f67e398af206' + '35693f50939d5827aeabfce8c5dce589') |