summarylogtreecommitdiffstats
path: root/nvidiabl.install
diff options
context:
space:
mode:
authorpadfoot2015-06-08 21:07:58 +1000
committerpadfoot2015-06-08 21:07:58 +1000
commit93b3b09d7a878319245458597bbe1414d2d08ac9 (patch)
tree37ce1834aca4141be02c048a8b958d23e9417563 /nvidiabl.install
downloadaur-93b3b09d7a878319245458597bbe1414d2d08ac9.tar.gz
Version 0.88-2 initial commit
Diffstat (limited to 'nvidiabl.install')
-rw-r--r--nvidiabl.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/nvidiabl.install b/nvidiabl.install
new file mode 100644
index 000000000000..945671481cec
--- /dev/null
+++ b/nvidiabl.install
@@ -0,0 +1,17 @@
+post_install() {
+ echo "Updating module dependencies. Please wait ..."
+ depmod $(uname -r)
+ echo ""
+}
+
+post_upgrade() {
+ echo "Updating module dependencies. Please wait ..."
+ depmod $(uname -r)
+ echo ""
+}
+
+post_remove() {
+ echo "Updating module dependencies. Please wait ..."
+ depmod $(uname -r)
+ echo ""
+}