summarylogtreecommitdiffstats
path: root/oki.install
blob: 305d0c83590ea4c33555b0c9a9cbfa39c73f2121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
    echo -e "
        If you experience any problems with printing
        (like extra pages with PostScript code), try
        blacklisting the module 'usblp'.

        # echo \"blacklist usblp\" > /etc/modprobe.d/usblp.conf
    "
}

post_upgrade() {
    if [ "$(vercmp $2 1.4-2)" -lt 0 ]; then 
        post_install "$1"
    fi
}