diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-19 22:34:50 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-19 22:34:50 -0300 |
commit | 54dc76aa52ec1f0feb46e36604fa7a15fa8062d6 (patch) | |
tree | 2876d0a98fda9548e43d29b305fc870dd23d8a4e /libre/linux-libre-kmod-alx/linux-libre-kmod-alx.install | |
parent | 2a415e02ba80b0da1d6c3d576f31ddb408852857 (diff) | |
parent | 21abd5624ba3b305f0f47c4df6f4d42be9fbfc61 (diff) | |
download | abslibre-54dc76aa52ec1f0feb46e36604fa7a15fa8062d6.tar.gz abslibre-54dc76aa52ec1f0feb46e36604fa7a15fa8062d6.tar.bz2 abslibre-54dc76aa52ec1f0feb46e36604fa7a15fa8062d6.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/linux-libre-kmod-alx/linux-libre-kmod-alx.install')
-rw-r--r-- | libre/linux-libre-kmod-alx/linux-libre-kmod-alx.install | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/libre/linux-libre-kmod-alx/linux-libre-kmod-alx.install b/libre/linux-libre-kmod-alx/linux-libre-kmod-alx.install deleted file mode 100644 index 069348192..000000000 --- a/libre/linux-libre-kmod-alx/linux-libre-kmod-alx.install +++ /dev/null @@ -1,32 +0,0 @@ -generic() { - echo " > Running depmod now..." - depmod -a -} - -unload() { - lsmod | grep alx > /dev/null - if [ "$?" = "0" ]; then - rmmod alx - fi -} - -post_install() { - generic - echo " > Reloading alx module..." - echo " Please note that you may REBOOT your system to get it works!" - unload - sleep 0.5 - modprobe alx -} - -post_upgrade() { - post_install -} - -post_remove() { - generic - echo " > Unloading memory resident module..." - unload - rmmod compat - echo " Module unloaded!." -} |