Import the Linux aurutils role as build.
This commit is contained in:
5
ansible/roles/build/files/aurutils-purge
Executable file
5
ansible/roles/build/files/aurutils-purge
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
repo-remove --sign /var/cache/pacman/custom/custom.db.tar "$1"
|
||||
sudo pacman -R "$1"
|
||||
sudo paccache -r
|
||||
Reference in New Issue
Block a user