Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568614
en ru br
ALT Linux repos
S:0.3-alt1

Group :: System/Configuration/Other
RPM: livecd-gnome3-setup-done

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and 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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin