summaryrefslogtreecommitdiff
path: root/libre/lirc-libre/lirc.install
blob: 50e7566f90c9fcafd5c716b2579eff86279595f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EXTRAMODULES=extramodules-3.12-LIBRE

post_install() {
  # updating module dependencies
  echo ">>> Updating module dependencies. Please wait ..."
  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) > /dev/null 2>&1
}

post_upgrade() {
  post_install
}

# arg 1:  the old package version
post_remove() {
  post_install
}