зеркало из https://github.com/mozilla/pjs.git
7 строки
65 B
Plaintext
7 строки
65 B
Plaintext
|
#! /bin/sh
|
||
|
set -e
|
||
|
|
||
|
if [ "$1" = "configure" ]; then
|
||
|
ldconfig
|
||
|
fi
|