forked from pool/lunar-calendar
OBS-URL: https://build.opensuse.org/request/show/770626 OBS-URL: https://build.opensuse.org/package/show/M17N/lunar-calendar?expand=0&rev=3
4 lines
155 B
Bash
4 lines
155 B
Bash
if [ -f "/usr/lib64/gtk-3.0/modules/liblunar-calendar-module.so" ]; then
|
|
export GTK3_MODULES="${GTK3_MODULES:+$GTK3_MODULES:}lunar-calendar-module"
|
|
fi
|