c104131057
Added use/branding/slideshow/once as one of the uses albeit the interface is universal; see this page for more info: http://altlinux.org/branding/slideshow [ru]
8 lines
177 B
Bash
Executable File
8 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[ -n "$GLOBAL_INSTALL2_BRANDING_SLIDESHOW" ] || exit 0
|
|
|
|
for arg in $GLOBAL_INSTALL2_BRANDING_SLIDESHOW; do
|
|
echo "${arg/:/=}" >> /etc/alterator/slideshow.conf
|
|
done
|