6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
repo-remove --sign /var/cache/pacman/custom/custom.db.tar "$1"
|
|
sudo pacman -R "$1"
|
|
sudo paccache -r
|