mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
1691770eae
debian hackers for contributing these.
7 lines
65 B
Bash
7 lines
65 B
Bash
#! /bin/sh
|
|
set -e
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
ldconfig
|
|
fi
|