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