The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libcanberra#26651c2d61debc58db053290ed840912c90d2e03
11 lines
155 B
Bash
Executable File
11 lines
155 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -z "$GTK_MODULES" ] ; then
|
|
GTK_MODULES="canberra-gtk-module"
|
|
else
|
|
GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
|
|
fi
|
|
|
|
export GTK_MODULES
|
|
|