You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh |
|
fc=no; if [ -d fontconfig ]; then fc=yes; fi |
|
exec @l_prefix@/libexec/prince/prince \ |
|
--prefix="@l_prefix@/lib/prince" \ |
|
${1+"$@"} |
|
if [ ".$fc" = .no ] && [ -d fontconfig ]; then rm -rf fontconfig; fi
|
|
|