fix: Remove install files from tmp when install complete

This commit is contained in:
Kyle Gospodnetich 2023-06-28 11:44:31 -07:00
parent e2bb2e3a16
commit 8d8f681eec
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ get-chiaki
enable-wallpaper-engine:
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --single-branch /tmp/wallpaper-engine-kde-plugin
plasmapkg2 -i /tmp/wallpaper-engine-kde-plugin/plugin
rm -rf /tmp/wallpaper-engine-kde-plugin
deckswap-on:
#!/usr/bin/env bash

View File

@ -9,10 +9,12 @@ enable-system76-scheduler:
systemctl --user enable --now com.system76.Scheduler.dbusproxy.service
systemctl enable --now com.system76.Scheduler.service
kcmshell5 kwinscripts
rm -rf /tmp/kwin-system76-scheduler-integration
enable-wallpaper-engine:
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --single-branch /tmp/wallpaper-engine-kde-plugin
plasmapkg2 -i /tmp/wallpaper-engine-kde-plugin/plugin
rm -rf /tmp/wallpaper-engine-kde-plugin
zram-on:
#!/usr/bin/env bash