summaryrefslogtreecommitdiff
path: root/community/pkgfile/pkgfile.install
blob: 7653630b00483770feaddda9858157d8878d0d53 (plain)
1
2
3
4
5
#!/bin/bash

post_install() {
  printf "==> Run 'pkgfile ---update' to initialize the database\n"
}