diff --git a/filesystem/PKGBUILD b/filesystem/PKGBUILD index 7b60386e02c..692c16855bd 100644 --- a/filesystem/PKGBUILD +++ b/filesystem/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Alethea Rose pkgname=filesystem -pkgver=2024.12.18 +pkgver=2025.02.23 pkgrel=1 pkgdesc='Base filesystem' arch=('i686' 'x86_64') @@ -16,12 +16,10 @@ msys2_references=( 'internal' ) backup=('etc/fstab' 'etc/shells' 'etc/profile' - etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout} + etc/bash.bashrc etc/skel/.bash{rc,_profile} etc/nsswitch.conf) -source=('bash.bash_logout' - 'bash.bashrc' +source=('bash.bashrc' 'cmd' - 'dot.bash_logout' 'dot.bash_profile' 'dot.bashrc' 'dot.profile' @@ -51,10 +49,8 @@ source=('bash.bash_logout' 'main-config.site' 'redirect-config.site' 'os-release') -sha256sums=('742a7d66b7a5ebd2b8461728c5b44a46b2305fd2116208eecae5f45828938ea0' - '36d4affa25606c87e70c42a5fe2294aa7898fb54f93a27910fb55224f4d6588a' +sha256sums=('36d4affa25606c87e70c42a5fe2294aa7898fb54f93a27910fb55224f4d6588a' '99eae6e37081edd73b399009c85f4a67a0c14481241ee4937ab45c4178b540fb' - '4330edf340394d0dae50afb04ac2a621f106fe67fb634ec81c4bfb98be2a1eb5' '00501046c301c5cb627b147e461217cda015aa109f673a9c1a67602891a26e88' '92b1d9ec2d3032fcfc6a54f09b944dfb02ca7be74763157fe54b24b7d6d5f730' '0e3f00cb2cc7778a1fb5440fc979cfeeafeca72c3059dd474f38ed6b99b46070' @@ -103,7 +99,7 @@ package() { # setup /etc # install -d etc/{fstab.d,skel,profile.d,post-install} - for f in bash.bashrc bash.bash_logout fstab shells profile nsswitch.conf msystem os-release; do + for f in bash.bashrc fstab shells profile nsswitch.conf msystem os-release; do install -m644 ${srcdir}/${f} etc/ done @@ -115,7 +111,6 @@ package() { # install -m644 ${srcdir}/dot.bashrc etc/skel/.bashrc install -m644 ${srcdir}/dot.bash_profile etc/skel/.bash_profile - install -m644 ${srcdir}/dot.bash_logout etc/skel/.bash_logout install -m644 ${srcdir}/dot.profile etc/skel/.profile install -m644 ${srcdir}/profile.tzset.sh etc/profile.d/tzset.sh diff --git a/filesystem/bash.bash_logout b/filesystem/bash.bash_logout deleted file mode 100644 index 735bb7abdd9..00000000000 --- a/filesystem/bash.bash_logout +++ /dev/null @@ -1,15 +0,0 @@ -# To the extent possible under law, the author(s) have dedicated all -# copyright and related and neighboring rights to this software to the -# public domain worldwide. This software is distributed without any warranty. -# You should have received a copy of the CC0 Public Domain Dedication along -# with this software. -# If not, see . - -# /etc/bash.bash_logout: executed by bash(1) when login shell exits. - -# System-wide bashrc file - -# when leaving the console clear the screen to increase privacy -if [ "$SHLVL" = 1 ]; then - [ -x /usr/bin/clear ] && /usr/bin/clear -fi diff --git a/filesystem/dot.bash_logout b/filesystem/dot.bash_logout deleted file mode 100644 index 0e4e4f1845f..00000000000 --- a/filesystem/dot.bash_logout +++ /dev/null @@ -1,3 +0,0 @@ -# -# ~/.bash_logout -#