blob: 860b4937d0584147467c5e64bce759fe73a3cd2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
cat <<MSG
>>> xlibre-input-synaptics driver is on maintenance mode and
xlibre-input-libinput driver must be prefered over.
MSG
}
post_upgrade() {
post_install
}
|