Compare commits

..

No commits in common. "85ab7d75af22f56daeef35afc8df3a67b1f2f5e3" and "bc25d20691d9fa6283e3bc94ea7fa1fefd4cab7a" have entirely different histories.

View File

@ -219,7 +219,6 @@ if [ "$(id -u)" == "0" ]; then
cp -v etc/xdg/autostart/footclient-journal-dns.desktop /etc/xdg/autostart/
cp -v etc/xdg/autostart/footclient-journal-network.desktop /etc/xdg/autostart/
cp -v etc/xdg/autostart/footclient-journal-time.desktop /etc/xdg/autostart/
cp -v etc/xdg/autostart/easyeffects-service.desktop /etc/xdg/autostart/
fi
# Enables laziness on checking whether or not apt is installed
@ -283,10 +282,6 @@ else
if hash xdg-user-dir 2> /dev/null; then
DESKTOP=$(xdg-user-dir DESKTOP)
if [ -d ~/.config/autostart ]; then
ln -nsfv ~/.config/autostart/*.desktop $DESKTOP/
fi
# Ensure there is foot-server.socket before creating a shortcut for footclient
if hash systemctl 2> /dev/null; then
systemctl --user enable --now foot-server.socket