summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/removecommercials/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2010-03-24 23:53:58 (GMT)
committerBritney Fransen <brfransen@gmail.com>2010-03-24 23:53:58 (GMT)
commit53c208f892ad378efebba5974dda374f5575f6bf (patch)
treed8b048304918f738680e9813d47ec93ef5adf48a /abs/extra-testing/removecommercials/PKGBUILD
parent07e3780b54276246314d4fbf479d188759eebfc5 (diff)
downloadlinhes_pkgbuild-53c208f892ad378efebba5974dda374f5575f6bf.zip
linhes_pkgbuild-53c208f892ad378efebba5974dda374f5575f6bf.tar.gz
linhes_pkgbuild-53c208f892ad378efebba5974dda374f5575f6bf.tar.bz2
change name of removecommercials.sh script in twk_general.pl and remove removecommercials package because it was moved to linhes-scripts. Closes #459
Diffstat (limited to 'abs/extra-testing/removecommercials/PKGBUILD')
-rwxr-xr-xabs/extra-testing/removecommercials/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra-testing/removecommercials/PKGBUILD b/abs/extra-testing/removecommercials/PKGBUILD
deleted file mode 100755
index 312f965..0000000
--- a/abs/extra-testing/removecommercials/PKGBUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-pkgname=removecommercials
-pkgver=0.1
-pkgrel=1
-arch=("i686")
-pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
-source=( removecommercials )
-
-build() {
- cd $startdir
- install -D -m 755 removecommercials $startdir/pkg/usr/bin/removecommercials
-}