diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-01-09 05:58:30 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-01-09 05:58:30 (GMT) |
commit | 9557d32784b2affac3ea9fcf28a90df1c4d9f8bc (patch) | |
tree | f1452fe9320d1b0ab4a4cfa4c413123b194ce7c8 /linhes/linhes-system/pacman_orphans.cron | |
parent | 3fcbce180c7ba000656cb92d057043e701573024 (diff) | |
download | linhes_pkgbuild-9557d32784b2affac3ea9fcf28a90df1c4d9f8bc.zip linhes_pkgbuild-9557d32784b2affac3ea9fcf28a90df1c4d9f8bc.tar.gz linhes_pkgbuild-9557d32784b2affac3ea9fcf28a90df1c4d9f8bc.tar.bz2 |
linhes-system: add pacman_orphans.cron to remove orphaned pkgs
Diffstat (limited to 'linhes/linhes-system/pacman_orphans.cron')
-rwxr-xr-x | linhes/linhes-system/pacman_orphans.cron | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linhes/linhes-system/pacman_orphans.cron b/linhes/linhes-system/pacman_orphans.cron new file mode 100755 index 0000000..e042c33 --- /dev/null +++ b/linhes/linhes-system/pacman_orphans.cron @@ -0,0 +1 @@ +pacman -Qdtq | ifne pacman -Rns |