summarylogtreecommitdiffstats
path: root/activdriver.install
diff options
context:
space:
mode:
authorjose17112016-05-13 19:04:53 +0200
committerjose17112016-05-13 19:04:53 +0200
commit6e61e5a91815adf429c4d07239247f338150097a (patch)
tree15cc8c163edf2a356cc68fceb775ec0e580dc253 /activdriver.install
downloadaur-6e61e5a91815adf429c4d07239247f338150097a.tar.gz
adopted from aur3
Diffstat (limited to 'activdriver.install')
-rw-r--r--activdriver.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/activdriver.install b/activdriver.install
new file mode 100644
index 000000000000..660565214354
--- /dev/null
+++ b/activdriver.install
@@ -0,0 +1,19 @@
+post_install() {
+ echo "finding module"
+ depmod
+ echo "inserting module"
+ modprobe promethean
+ echo " "
+ echo "If you don't want the promethean module to be loaded on boot, delete /etc/modules-load.d/promethean.conf or delete the matching lines in PKGBUILD and re-install."
+ echo " "
+}
+
+post_upgrade() {
+ echo "finding module"
+ depmod
+ echo "inserting module"
+ modprobe promethean
+ echo " "
+ echo "If you don't want the promethean module to be loaded on boot, delete /etc/modules-load.d/promethean.conf or delete the matching lines in PKGBUILD and re-install."
+ echo " "
+} \ No newline at end of file