summarylogtreecommitdiffstats
path: root/arch.install
blob: 522f3231791246e982c2d49d32f16ad718f4ae40 (plain)
1
2
3
4
5
6
7
8
post_install() {
   echo "Setting up man pages..."
   mandb >/dev/null 2>&1 || true
}
post_upgrade() {
   post_install $1
}