mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/fastqc: cleanup doinst.sh, info updated
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4a29c135d0
commit
c797ef064d
2 changed files with 2 additions and 7 deletions
|
@ -1,8 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
( cd usr/bin ; rm -rf fastqc )
|
||||
( cd usr/bin ; ln -sf ../share/java/fastqc/fastqc fastqc )
|
||||
( cd usr/doc/fastqc-0.11.8 ; rm -rf Help )
|
||||
( cd usr/doc/fastqc-0.11.8 ; ln -sf ../../share/java/fastqc/Help Help )
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="fastqc"
|
||||
VERSION="0.12.1"
|
||||
HOMEPAGE="http://www.bioinformatics.babraham.ac.uk/projects/fastqc/"
|
||||
DOWNLOAD="http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.12.1.zip"
|
||||
HOMEPAGE="https://www.bioinformatics.babraham.ac.uk/projects/fastqc/"
|
||||
DOWNLOAD="https://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.12.1.zip"
|
||||
MD5SUM="a628c84cf19235d47fd979d4bb786a60"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue