#! /usr/bin/perl # # Sets up /usr/bin/*-pkg-config symlinks to point to the cross wrapper. # # It is called from dpkg --post-invoke and from postinst with the "update" # argument to instate the necessary symlinks. # # It is called from prerm with the "remove" argument to remove all symlinks. # use strict; use warnings; use Dpkg::Arch qw(debarch_to_gnutriplet); use Dpkg::ErrorHandling qw(error warning); my $crosswrapper = "/usr/share/pkg-config-crosswrapper"; my $action = $ARGV[0]; error("parameter must be 'remove' or 'update'") unless defined $action && ($action eq "remove" || $action eq "update"); my $arch = `dpkg --print-architecture`; error('dpkg --print-architecture failed') if $? >> 8; my @architectures = `dpkg --print-foreign-architectures`; error('dpkg --print-foreign-architectures failed') if $? >> 8; push @architectures, $arch; chomp @architectures; my %gnutriplets; foreach my $arch (@architectures) { my $triplet = debarch_to_gnutriplet($arch); if (not defined($triplet)) { warning("Architecture $arch not defined in architecture tables, ignored"); next; } $gnutriplets{$triplet} = 1; } my %symlinks = map { $_ => 1 } </usr/bin/*-pkg-config>; foreach my $symlink (keys %symlinks) { $symlink =~ m,^/usr/bin/([^-]+-[^-]+-[^-]+)-pkg-config, or next; next if exists $gnutriplets{$1} && $action eq "update"; next unless -l $symlink; next unless readlink $symlink eq $crosswrapper; unlink $symlink or error("failed to remove symlink $symlink: $!"); } if ($action eq 'update') { foreach (keys %gnutriplets) { my $linktarget = "/usr/bin/${_}-pkg-config"; next if exists $symlinks{$linktarget}; next if -e $linktarget; symlink $crosswrapper, $linktarget or error("failed to create symlink $linktarget to $crosswrapper: $!"); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
GConf | Folder | 0755 |
|
|
ModemManager | Folder | 0755 |
|
|
PackageKit | Folder | 0755 |
|
|
X11 | Folder | 0755 |
|
|
aclocal | Folder | 0755 |
|
|
acpi-support | Folder | 0755 |
|
|
adduser | Folder | 0755 |
|
|
aisleriot | Folder | 0755 |
|
|
alsa | Folder | 0755 |
|
|
alsa-base | Folder | 0755 |
|
|
apache2 | Folder | 0755 |
|
|
app-install | Folder | 0755 |
|
|
appdata | Folder | 0755 |
|
|
application-registry | Folder | 0755 |
|
|
applications | Folder | 0755 |
|
|
apport | Folder | 0755 |
|
|
apturl | Folder | 0755 |
|
|
aspell | Folder | 0755 |
|
|
augeas | Folder | 0755 |
|
|
avahi | Folder | 0755 |
|
|
backgrounds | Folder | 0755 |
|
|
base-files | Folder | 0755 |
|
|
base-passwd | Folder | 0755 |
|
|
bash-completion | Folder | 0755 |
|
|
binfmts | Folder | 0755 |
|
|
branding | Folder | 0755 |
|
|
brltty | Folder | 0755 |
|
|
bug | Folder | 0755 |
|
|
ca-certificates | Folder | 0755 |
|
|
calendar | Folder | 0755 |
|
|
cmake | Folder | 0755 |
|
|
cogl | Folder | 0755 |
|
|
color | Folder | 0755 |
|
|
colord | Folder | 0755 |
|
|
common-licenses | Folder | 0755 |
|
|
console-setup | Folder | 0755 |
|
|
consolefonts | Folder | 0755 |
|
|
consoletrans | Folder | 0755 |
|
|
cups | Folder | 0755 |
|
|
dbconfig-common | Folder | 0755 |
|
|
dbus-1 | Folder | 0755 |
|
|
dconf | Folder | 0755 |
|
|
debconf | Folder | 0755 |
|
|
debhelper | Folder | 0755 |
|
|
debianutils | Folder | 0755 |
|
|
defaults | Folder | 0755 |
|
|
desktop-directories | Folder | 0755 |
|
|
dict | Folder | 0755 |
|
|
dictionaries-common | Folder | 0755 |
|
|
distro-info | Folder | 0755 |
|
|
djvu | Folder | 0755 |
|
|
dns | Folder | 0755 |
|
|
dnsmasq-base | Folder | 0755 |
|
|
doc | Folder | 0755 |
|
|
doc-base | Folder | 0755 |
|
|
dpkg | Folder | 0755 |
|
|
drirc.d | Folder | 0755 |
|
|
emacs | Folder | 0755 |
|
|
emacsen-common | Folder | 0755 |
|
|
enchant-2 | Folder | 0755 |
|
|
eog | Folder | 0755 |
|
|
evince | Folder | 0755 |
|
|
evolution-data-server | Folder | 0755 |
|
|
file | Folder | 0755 |
|
|
file-roller | Folder | 0755 |
|
|
fish | Folder | 0755 |
|
|
fontconfig | Folder | 0755 |
|
|
fonts | Folder | 0755 |
|
|
fonts-droid-fallback | Folder | 0755 |
|
|
fonts-sil-abyssinica | Folder | 0755 |
|
|
fonts-sil-padauk | Folder | 0755 |
|
|
foo2qpdl | Folder | 0755 |
|
|
foo2zjs | Folder | 0755 |
|
|
fwupd | Folder | 0755 |
|
|
gcc | Folder | 0755 |
|
|
gdb | Folder | 0755 |
|
|
gdm | Folder | 0755 |
|
|
gedit | Folder | 0755 |
|
|
gettext | Folder | 0755 |
|
|
ghostscript | Folder | 0755 |
|
|
gir-1.0 | Folder | 0755 |
|
|
glib-2.0 | Folder | 0755 |
|
|
glvnd | Folder | 0755 |
|
|
gnome | Folder | 0755 |
|
|
gnome-background-properties | Folder | 0755 |
|
|
gnome-bluetooth | Folder | 0755 |
|
|
gnome-control-center | Folder | 0755 |
|
|
gnome-logs | Folder | 0755 |
|
|
gnome-mahjongg | Folder | 0755 |
|
|
gnome-mines | Folder | 0755 |
|
|
gnome-session | Folder | 0755 |
|
|
gnome-settings-daemon | Folder | 0755 |
|
|
gnome-shell | Folder | 0755 |
|
|
gnome-system-monitor | Folder | 0755 |
|
|
gnome-todo | Folder | 0755 |
|
|
gnome-video-effects | Folder | 0755 |
|
|
gnupg | Folder | 0755 |
|
|
goa-1.0 | Folder | 0755 |
|
|
grilo-plugins | Folder | 0755 |
|
|
groff | Folder | 0755 |
|
|
grub | Folder | 0755 |
|
|
grub-gfxpayload-lists | Folder | 0755 |
|
|
gst-plugins-base | Folder | 0755 |
|
|
gstreamer-1.0 | Folder | 0755 |
|
|
gtk-doc | Folder | 0755 |
|
|
gtk-engines | Folder | 0755 |
|
|
gtksourceview-4 | Folder | 0755 |
|
|
guile | Folder | 0755 |
|
|
gupnp-av | Folder | 0755 |
|
|
gupnp-dlna-2.0 | Folder | 0755 |
|
|
gvfs | Folder | 0755 |
|
|
hal | Folder | 0755 |
|
|
help | Folder | 0755 |
|
|
help-langpack | Folder | 0755 |
|
|
hplip | Folder | 0755 |
|
|
hunspell | Folder | 0755 |
|
|
hyphen | Folder | 0755 |
|
|
i18n | Folder | 0755 |
|
|
ibus | Folder | 0755 |
|
|
ibus-table | Folder | 0755 |
|
|
icons | Folder | 0755 |
|
|
im-config | Folder | 0755 |
|
|
indicators | Folder | 0755 |
|
|
info | Folder | 0755 |
|
|
initramfs-tools | Folder | 0755 |
|
|
iptables | Folder | 0755 |
|
|
iso-codes | Folder | 0755 |
|
|
java | Folder | 0755 |
|
|
javascript | Folder | 0755 |
|
|
kde4 | Folder | 0755 |
|
|
keyrings | Folder | 0755 |
|
|
language-selector | Folder | 0755 |
|
|
language-support | Folder | 0755 |
|
|
language-tools | Folder | 0755 |
|
|
libc-bin | Folder | 0755 |
|
|
libdrm | Folder | 0755 |
|
|
libexttextcat | Folder | 0755 |
|
|
libgnomekbd | Folder | 0755 |
|
|
libgphoto2 | Folder | 0755 |
|
|
libgweather | Folder | 0755 |
|
|
libinput | Folder | 0755 |
|
|
liblangtag | Folder | 0755 |
|
|
liblouis | Folder | 0755 |
|
|
liblouisutdml | Folder | 0755 |
|
|
libreoffice | Folder | 0755 |
|
|
librevenge | Folder | 0755 |
|
|
libthai | Folder | 0755 |
|
|
libwacom | Folder | 0755 |
|
|
lightdm | Folder | 0755 |
|
|
lintian | Folder | 0755 |
|
|
linux-sound-base | Folder | 0755 |
|
|
locale | Folder | 0755 |
|
|
locale-langpack | Folder | 0755 |
|
|
locales | Folder | 0755 |
|
|
m2300w | Folder | 0755 |
|
|
man | Folder | 0755 |
|
|
man-db | Folder | 0755 |
|
|
maven-repo | Folder | 0755 |
|
|
mecab | Folder | 0755 |
|
|
media-player-info | Folder | 0755 |
|
|
menu | Folder | 0755 |
|
|
metainfo | Folder | 0755 |
|
|
mime | Folder | 0755 |
|
|
mime-info | Folder | 0755 |
|
|
misc | Folder | 0755 |
|
|
mobile-broadband-provider-info | Folder | 0755 |
|
|
mousetweaks | Folder | 0755 |
|
|
mozilla | Folder | 0755 |
|
|
mysql | Folder | 0755 |
|
|
mysql-common | Folder | 0755 |
|
|
mythes | Folder | 0755 |
|
|
nano | Folder | 0755 |
|
|
nautilus-share | Folder | 0755 |
|
|
netplan | Folder | 0755 |
|
|
openlayers | Folder | 0755 |
|
|
openssh | Folder | 0755 |
|
|
openvpn | Folder | 0755 |
|
|
orca | Folder | 0755 |
|
|
org.gnome.Characters | Folder | 0755 |
|
|
os-prober | Folder | 0755 |
|
|
p11-kit | Folder | 0755 |
|
|
package-data-downloads | Folder | 0755 |
|
|
pam | Folder | 0755 |
|
|
pam-configs | Folder | 0755 |
|
|
perl | Folder | 0755 |
|
|
perl-openssl-defaults | Folder | 0755 |
|
|
perl5 | Folder | 0755 |
|
|
php | Folder | 0755 |
|
|
php7.4-bcmath | Folder | 0755 |
|
|
php7.4-bz2 | Folder | 0755 |
|
|
php7.4-common | Folder | 0755 |
|
|
php7.4-curl | Folder | 0755 |
|
|
php7.4-gd | Folder | 0755 |
|
|
php7.4-json | Folder | 0755 |
|
|
php7.4-mbstring | Folder | 0755 |
|
|
php7.4-mysql | Folder | 0755 |
|
|
php7.4-opcache | Folder | 0755 |
|
|
php7.4-readline | Folder | 0755 |
|
|
php7.4-xml | Folder | 0755 |
|
|
php7.4-zip | Folder | 0755 |
|
|
phpmyadmin | Folder | 0755 |
|
|
pixmaps | Folder | 0755 |
|
|
pkg-php-tools | Folder | 0755 |
|
|
pkgconfig | Folder | 0755 |
|
|
plymouth | Folder | 0755 |
|
|
pnm2ppa | Folder | 0755 |
|
|
polkit-1 | Folder | 0755 |
|
|
poppler | Folder | 0755 |
|
|
popularity-contest | Folder | 0755 |
|
|
ppd | Folder | 0755 |
|
|
ppp | Folder | 0755 |
|
|
publicsuffix | Folder | 0755 |
|
|
pulseaudio | Folder | 0755 |
|
|
pyshared | Folder | 0755 |
|
|
python-apt | Folder | 0755 |
|
|
python3 | Folder | 0755 |
|
|
readline | Folder | 0755 |
|
|
remmina | Folder | 0755 |
|
|
rhythmbox | Folder | 0755 |
|
|
rsync | Folder | 0755 |
|
|
rsyslog | Folder | 0755 |
|
|
rygel | Folder | 0755 |
|
|
seahorse | Folder | 0755 |
|
|
secureboot | Folder | 0755 |
|
|
sensible-utils | Folder | 0755 |
|
|
session-migration | Folder | 0755 |
|
|
sgml | Folder | 0755 |
|
|
sgml-base | Folder | 0755 |
|
|
sgml-data | Folder | 0755 |
|
|
snapd | Folder | 0755 |
|
|
snmp | Folder | 0755 |
|
|
software-properties | Folder | 0755 |
|
|
sounds | Folder | 0755 |
|
|
speech-dispatcher | Folder | 0755 |
|
|
ssl-cert | Folder | 0755 |
|
|
system-config-printer | Folder | 0755 |
|
|
systemd | Folder | 0755 |
|
|
tabset | Folder | 0755 |
|
|
terminfo | Folder | 0755 |
|
|
themes | Folder | 0755 |
|
|
thumbnailers | Folder | 0755 |
|
|
totem | Folder | 0755 |
|
|
tracker | Folder | 0755 |
|
|
tracker-miners | Folder | 0755 |
|
|
transmission | Folder | 0755 |
|
|
ubuntu | Folder | 0755 |
|
|
ubuntu-drivers-common | Folder | 0755 |
|
|
ubuntu-release-upgrader | Folder | 0755 |
|
|
ubuntu-wayland | Folder | 0755 |
|
|
ufw | Folder | 0755 |
|
|
unattended-upgrades | Folder | 0755 |
|
|
unity | Folder | 0755 |
|
|
update-manager | Folder | 0755 |
|
|
update-notifier | Folder | 0755 |
|
|
upstart | Folder | 0755 |
|
|
usb-creator | Folder | 0755 |
|
|
usb_modeswitch | Folder | 0755 |
|
|
vala | Folder | 0755 |
|
|
vim | Folder | 0755 |
|
|
vulkan | Folder | 0755 |
|
|
wayland-sessions | Folder | 0755 |
|
|
webmin | Folder | 0755 |
|
|
xdg-desktop-portal | Folder | 0755 |
|
|
xml | Folder | 0755 |
|
|
xml-core | Folder | 0755 |
|
|
xsessions | Folder | 0755 |
|
|
yelp | Folder | 0755 |
|
|
yelp-xsl | Folder | 0755 |
|
|
zenity | Folder | 0755 |
|
|
zoneinfo | Folder | 0755 |
|
|
zoneinfo-icu | Folder | 0755 |
|
|
zsh | Folder | 0755 |
|
|
pkg-config-crosswrapper | File | 2.18 KB | 0755 |
|
pkg-config-dpkghook | File | 1.78 KB | 0755 |
|