summaryrefslogtreecommitdiffstats
path: root/abs/core/v4l-dvb/v4l-dvb.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-10-30 18:07:56 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-10-30 18:07:56 (GMT)
commit0010440158dc9d912f6a6969db5398086c0a7108 (patch)
tree394f4fc2b7cfd6786911154d3b9ded1f21411871 /abs/core/v4l-dvb/v4l-dvb.install
parentc478ae9b8647058bc9abc08fbd95e80731268068 (diff)
downloadlinhes_pkgbuild-0010440158dc9d912f6a6969db5398086c0a7108.zip
linhes_pkgbuild-0010440158dc9d912f6a6969db5398086c0a7108.tar.gz
linhes_pkgbuild-0010440158dc9d912f6a6969db5398086c0a7108.tar.bz2
v4l-dvb: update latest dvb drivers
Diffstat (limited to 'abs/core/v4l-dvb/v4l-dvb.install')
-rw-r--r--abs/core/v4l-dvb/v4l-dvb.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/v4l-dvb/v4l-dvb.install b/abs/core/v4l-dvb/v4l-dvb.install
new file mode 100644
index 0000000..f7b7197
--- /dev/null
+++ b/abs/core/v4l-dvb/v4l-dvb.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo ">>> Running depmod..."
+ depmod
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo ">>> v4l-dvb has been removed"
+}