added post_remove to install file

This commit is contained in:
davedatum 2019-11-04 14:30:46 +00:00
parent b0c39f7d27
commit 675f34d5a4
1 changed files with 4 additions and 0 deletions

View File

@ -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
}