Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37776057
en ru br
Репозитории ALT
S:3.2.6-alt4
5.1: 2.26.2-alt3.1
4.1: 2.22.0-alt1
4.0: 2.16.1-alt1
3.0: 1.0.9-alt7.1
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: GConf

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

#!/bin/sh -e

gconf2_bin=/usr/bin/gconftool-2
options="--direct --config-source=`$gconf2_bin --get-default-source`"
owner="$1"
shift
type="$1"
shift
if [ "$type" == "list" ]; then
list_type="$1"
shift
fi
key="$1"
shift
val="$*"

$gconf2_bin $options --owner "$owner" --type "$type" --set-schema "$key" >/dev/null

if [ -n "$list_type" ]; then
$gconf2_bin $options --type "$type" --list-type "$list_type" --set "$key" "$val" >/dev/null
else
$gconf2_bin $options --type "$type" --set "$key" "$val" >/dev/null
fi
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin