added post_remove to install file
This commit is contained in:
parent
b0c39f7d27
commit
675f34d5a4
|
@ -8,4 +8,8 @@ Include = /etc/pacman.d/tromjaro-mirrorlist' /etc/pacman.conf
|
|||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
sed -i '/TROMrepo/,+2d' /etc/pacman.conf
|
||||
}
|
Loading…
Reference in New Issue
Block a user