This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/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 "$@"
|