summaryrefslogtreecommitdiffstats
path: root/abs/not_built/core/v4l-dvb/v4l-dvb.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/not_built/core/v4l-dvb/v4l-dvb.install')
-rw-r--r--abs/not_built/core/v4l-dvb/v4l-dvb.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/not_built/core/v4l-dvb/v4l-dvb.install b/abs/not_built/core/v4l-dvb/v4l-dvb.install
new file mode 100644
index 0000000..f7b7197
--- /dev/null
+++ b/abs/not_built/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"
+}