From 11aab4c88b47e301db14c8e334e591b5ef2fa142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Wed, 26 May 2021 20:51:54 +0200 Subject: [PATCH] [cutefish] make cleanup work --- .../etc/{profile.d => manjaro}/manjaro-tweaks.sh | 0 .../etc/systemd/system/manjaro-tweaks.service | 8 ++++++++ 2 files changed, 8 insertions(+) rename community/cutefish/desktop-overlay/etc/{profile.d => manjaro}/manjaro-tweaks.sh (100%) create mode 100644 community/cutefish/desktop-overlay/etc/systemd/system/manjaro-tweaks.service diff --git a/community/cutefish/desktop-overlay/etc/profile.d/manjaro-tweaks.sh b/community/cutefish/desktop-overlay/etc/manjaro/manjaro-tweaks.sh similarity index 100% rename from community/cutefish/desktop-overlay/etc/profile.d/manjaro-tweaks.sh rename to community/cutefish/desktop-overlay/etc/manjaro/manjaro-tweaks.sh diff --git a/community/cutefish/desktop-overlay/etc/systemd/system/manjaro-tweaks.service b/community/cutefish/desktop-overlay/etc/systemd/system/manjaro-tweaks.service new file mode 100644 index 00000000..d5c5da41 --- /dev/null +++ b/community/cutefish/desktop-overlay/etc/systemd/system/manjaro-tweaks.service @@ -0,0 +1,8 @@ +[Unit] +Description=Manjaro Tweaks + +[Service] +ExecStart=/usr/bin/sh /etc/manjaro/manjaro-tweaks.sh + +[Install] +WantedBy=multi-user.target