mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
5 lines
57 B
Text
5 lines
57 B
Text
|
#!/bin/sh
|
||
|
|
||
|
[ "$1" = "--libs" ] && echo "-lImlib2"
|
||
|
exit 0
|