install: permit readability of /etc/xdg/autostart

This commit is contained in:
Aminda Suomalainen 2026-01-23 08:28:41 +02:00
parent 7aa42d3413
commit 79a64276f7
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -352,6 +352,8 @@ if [ "$(id -u)" == "0" ]; then
ln -nsfv /usr/local/share/applications/plasma-update.desktop /etc/xdg/autostart/ ln -nsfv /usr/local/share/applications/plasma-update.desktop /etc/xdg/autostart/
ln -nsfv /usr/share/applications/org.kde.plasma-systemmonitor.desktop /etc/xdg/autostart/ ln -nsfv /usr/share/applications/org.kde.plasma-systemmonitor.desktop /etc/xdg/autostart/
chmod -v a+r /etc/xdg/autostart/*.desktop
# If apt is installed, enable progress bar and colors # If apt is installed, enable progress bar and colors
if hash apt-get 2> /dev/null; then if hash apt-get 2> /dev/null; then
mkdir -vp /etc/apt/apt.conf.d/ mkdir -vp /etc/apt/apt.conf.d/