summaryrefslogtreecommitdiff
path: root/libre/libretools/libretools.install
blob: 06be95f247f07cf88473b456d1845f8d4d96c8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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
}