added post_remove to install file
This commit is contained in:
@ -9,3 +9,7 @@ Include = /etc/pacman.d/tromjaro-mirrorlist' /etc/pacman.conf
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
sed -i '/TROMrepo/,+2d' /etc/pacman.conf
|
||||
}
|
Reference in New Issue
Block a user