live-user-environment: don't create openmamba-installer link on desktop [release 2.9.92-2mamba;Thu Apr 09 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 06:24:36 +01:00
parent 53a6335a49
commit 567561ae3b

View File

@ -3,7 +3,7 @@
%define lpadmin_gid 65032
Name: livecd-tools
Version: 2.9.92
Release: 1mamba
Release: 2mamba
Summary: Live cd environment and utilities
Group: System/Tools
Vendor: openmamba
@ -78,8 +78,6 @@ fi
if [ $1 -eq 1 ]; then
chmod 711 /home/liveuser
mkdir /home/liveuser/Desktop/
cp /usr/share/applications/openmamba-installer.desktop /home/liveuser/Desktop/
chmod +x /home/liveuser/Desktop/*.desktop
## configure for cd eject at halt/reboot
# sed -i -e '/halt .*/i \
# /sbin/eject_cd.sh 2>&1 >/dev/null' /etc/init.d/halt
@ -163,6 +161,9 @@ fi
%attr(-,liveuser,users) /home/liveuser/.kde4/share/config/*
%changelog
* Thu Apr 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.92-2mamba
- live-user-environment: don't create openmamba-installer link on desktop
* Sat Mar 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.92-1mamba
- update to 2.9.92
- move liveuser environment apart to live-user-environment subpackage