mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-05 23:40:14 +01:00
7 lines
65 B
Bash
7 lines
65 B
Bash
#! /bin/sh
|
|
set -e
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
ldconfig
|
|
fi
|