summarylogtreecommitdiffstats
path: root/pacget.install
blob: 15989c3757a0b07e0d497a2a49a017dbdc52b5df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
xfercommand() {
cat <<EOM
--> To use pacget, modify your /etc/pacman.conf with
--> XferCommand = exec /usr/bin/pacget %u %o
EOM
}

post_install() {
  xfercommand
}

post_upgrade() {
  xfercommand
}