mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
7 lines
180 B
Text
7 lines
180 B
Text
|
#!/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 "$@"
|