void-packages/srcpkgs/xbps-triggers/files/gtk-pixbuf-loaders
maxice8 8f5e2dfc53
xbps-triggers: rename gtk-pixbuf-loaders to gdk-pixbuf-loaders
It is the correct name, keep the old name as a scripts that execs itself
into the new one for packages that still use gtk-pixbuf-loaders
2018-08-23 17:16:47 -03:00

6 lines
180 B
Bash
Executable file

#!/bin/sh
#
# This trigger retains the old name of the current 'gdk-pixbuf-loaders' trigger
# and redirects all args there
#
exec usr/libexec/xbps-triggers/gdk-pixbuf-loaders "$@"