upgpkg: ocaml-ctypes 0.20.2-1
[arch-packages.git] / dkms / trunk / dkms.install
blob1762f30f9ef9ff1858e2554fa55a5e266cccc986
1 #!/bin/bash
3 # arg 1: the new package version
4 # arg 2: the old package version
5 post_upgrade() {
6 if (( "$(vercmp $2 '2.2.0.3+git151023-2')" < 0 )); then
7 echo '===> dkms systemd startup service has been removed'
8 echo '===> modules building is now handled by alpm hooks at install time'
9 echo '===> startup modules loading must be done via modules-load.d'
13 # vim:set ts=2 sw=2 ft=sh et: