#!/bin/sh
# arg 1: the new package version
post_install() {
librefetch-install install etc/makepkg.conf
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
librefetch-install install etc/makepkg.conf
}
pre_remove() {
librefetch-install remove etc/makepkg.conf
}