mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 08:52:42 +00:00
9 lines
78 B
Bash
9 lines
78 B
Bash
#!/bin/sh -e
|
|
|
|
if [ "$1" = "configure" ]
|
|
then
|
|
ldconfig
|
|
fi
|
|
|
|
#DEBHELPER#
|