mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
* Add files via upload add IBS: Illustrator for Biology * Update IBS.desktop * Update PKGBUILD * Update IBS.desktop * Update PKGBUILD * Add files via upload * Update IBS.desktop * Update IBS.desktop * Update IBS.desktop remove the shebang * Update PKGBUILD change the pkgver, and remove the '_pkgname=IBS', remove some useless'{}' * Delete IBS.desktop rename the IBS.desktop to ibs.desktop * Delete ibs rename ibs to ibs.sh * rename files * Update lilac.yaml
3 lines
100 B
Bash
3 lines
100 B
Bash
#!/usr/bin/sh
|
|
export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH
|
|
exec /usr/share/ibs/ibs "$@"
|