Package installer-feature-local-clock: Specfile

Name: installer-feature-local-clock
Version: 0.2
Release: alt1

Summary: Sets UTC=false in sysconfig/clock
License: GPL
Group: System/Configuration/Other
Url: http://www.altlinux.org/Installer/beans
BuildArch: noarch
Source: %name-%version.tar

%description
Sets UTC=false in sysconfig/clock for desktop distributions

%prep
%setup

%install
%define hookdir %_datadir/install2/initinstall.d
mkdir -p %buildroot%hookdir
install -pm755 *.sh %buildroot%hookdir/

%files
%hookdir/*

%changelog
* Wed Apr 01 2015 Mikhail Efremov <sem@altlinux.org> 0.2-alt1
- Fix UTC setup.

* Sat Oct 23 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 0.1-alt1
- initital build