From 54a129444c811c8a9f8733bf8331b408b21359e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Thu, 5 Feb 2015 13:29:22 +0100 Subject: [PATCH] No specific user configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit For tizen it is not needed to provide .bashrc and .bash_profile in the skeleton. At least, if needed, it is not the job of bash but the job of some platform configuration. Change-Id: Ib3d6718b10290ac792957940da632ae0dc1c66a8 Signed-off-by: José Bollo --- packaging/bash.spec | 7 ------- packaging/dot.bashrc | 2 -- packaging/dot.profile | 1 - 3 files changed, 10 deletions(-) delete mode 100644 packaging/dot.bashrc delete mode 100644 packaging/dot.profile diff --git a/packaging/bash.spec b/packaging/bash.spec index df15668..4bd7e8f 100644 --- a/packaging/bash.spec +++ b/packaging/bash.spec @@ -6,8 +6,6 @@ Summary: The GNU Bourne Again shell Url: http://www.gnu.org/software/bash Group: Base/Utilities Source0: %{name}-%{version}.tar.gz -Source1: dot.bashrc -Source2: dot.profile Source1001: bash.manifest BuildRequires: autoconf BuildRequires: bison @@ -85,9 +83,6 @@ pushd %{buildroot} ln -sf bash ./usr/bin/sh rm -f .%{_infodir}/dir popd -mkdir -p %{buildroot}%{_sysconfdir}/skel -install -c -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/skel/.bashrc -install -c -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/skel/.bash_profile LONG_BIT=$(getconf LONG_BIT) mv %{buildroot}%{_bindir}/bashbug \ %{buildroot}%{_bindir}/bashbug-"${LONG_BIT}" @@ -149,7 +144,5 @@ fi %license COPYING %{_bindir}/sh %{_bindir}/bash -%config %attr(644,root,root) %{_sysconfdir}/skel/.bashrc -%config %attr(644,root,root) %{_sysconfdir}/skel/.bash_profile %dir %{_sysconfdir}/bash_completion.d diff --git a/packaging/dot.bashrc b/packaging/dot.bashrc deleted file mode 100644 index 45b8b6b..0000000 --- a/packaging/dot.bashrc +++ /dev/null @@ -1,2 +0,0 @@ - -test -s ~/.alias && . ~/.alias || true diff --git a/packaging/dot.profile b/packaging/dot.profile deleted file mode 100644 index 942448e..0000000 --- a/packaging/dot.profile +++ /dev/null @@ -1 +0,0 @@ -test -z "$PROFILEREAD" && . /etc/profile || true -- 2.7.4