Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37399124
en ru br
ALT Linux repositórios
S:0.3-alt1

Group :: Sistema/Configurações/Rede
RPM: livecd-gnome3-setup-done

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: livecd-gnome3-setup-done
Version: 0.3
Release: alt1

Summary: disable initial setup tool (gnome-3.14+)
License: public domain
Group: System/Configuration/Other

Url: http://en.altlinux.org/regular
BuildArch: noarch
AutoReqProv: no

%define conf %_sysconfdir/skel/.config/gnome-initial-setup-done

%description
%summary
(as some livecds have set up the environment already).

%prep

%build

%install
install -Dm644 /dev/null %buildroot%conf

%preun
# just removing skel file is too late for the first user
# created by livecd-install process, for example
find /home -maxdepth 2 -mindepth 2 -name .config -type d |
while read i; do
[ -d "$i/dconf" ] || rm -f "$i/gnome-initial-setup-done"
done

%files
%conf

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009