aboutsummarylogtreecommitdiffstats
path: root/symlink-latest-kernel.install
blob: b8ed021386a6a714a245bf805099382644ddc4eb (plain)
1
2
3
4
5
6
7
post_install() {
  /usr/share/libalpm/scripts/symlink-latest-kernel
}

post_remove() {
  rm -f /usr/lib/modules/latest
}