Upload etc/dpkg/dpkg.cfg.d/pkg-config-hook-config with huggingface_hub
Browse files
etc/dpkg/dpkg.cfg.d/pkg-config-hook-config
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
post-invoke=if { test "$DPKG_HOOK_ACTION" = add-architecture || test "$DPKG_HOOK_ACTION" = remove-architecture; } && test -x /usr/share/pkg-config-dpkghook; then /usr/share/pkg-config-dpkghook update; fi
|