blob: 9512184608c07eb6281b44f64af8589d92c556db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Contributor: DonVla <donvla@users.sourceforge.net>
# ipager install file
post_install() {
printf "\n"
printf "==> IPager creates a default config file \"$HOME/.ipager/ipager.conf\"\n"
printf "==> You can define other config file via \"-c\" command line option.\n"
printf "==> \"$> ipager -c /usr/share/ipager/themes/other.config\"\n"
printf "\n"
}
# vim:set ts=2 sw=2 et:
|