7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
|
#!/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 "$@"
|