summarylogtreecommitdiffstats
path: root/backports.install
diff options
context:
space:
mode:
Diffstat (limited to 'backports.install')
-rw-r--r--backports.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/backports.install b/backports.install
new file mode 100644
index 000000000000..b49fd5be46cf
--- /dev/null
+++ b/backports.install
@@ -0,0 +1,15 @@
+post_install() {
+ post_upgrade
+ echo 'Read the doc: https://backports.wiki.kernel.org/index.php/Main_Page'
+}
+
+post_upgrade() {
+ depmod
+ echo
+# usr/bin/athenable ath5k
+# usr/bin/iwl-enable iwlagn
+}
+
+post_remove() {
+ depmod
+}