summarylogtreecommitdiffstats
path: root/rarbg-selfhosted.install
blob: 10ce35699f683c8f0c0764d17ad13cabee8d4f9d (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo
	echo "You need to obtain a copy of the RARBG SQLite database"
	echo "and move it to /usr/share/rarbg-selfhosted/rarbg_db.sqlite"
	echo
	echo "Please refer to the readme from https://github.com/mgdigital/rarbg-selfhosted"
	echo
}