summarylogtreecommitdiffstats
path: root/ricoh-sp220-sane.install
blob: 4a2822867d4ada87c83193156acf6df5f0eabbce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
backend_name=sp_200series

post_install() {
    echo ${backend_name} >> /etc/sane.d/dll.conf 
}

post_remove() {
    sed -i /"${backend_name}"/d /etc/sane.d/dll.conf
}

post_upgrade() {
	post_remove
	post_install
}