linuxOS_AP05/debian/base-linaro/binary/var/lib/dpkg/info/pkg-config.postinst
2025-09-26 09:40:02 +08:00

10 lines
98 B
Bash
Executable File

#! /bin/sh
set -e
if test "$1" = configure; then
/usr/share/pkg-config-dpkghook update
fi