summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--install4
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4963b2911247..a7eaf0a79625 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lenovo-s20-30
pkgdesc = Configuration to support netbook Lenovo S20-30
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/raimar/lenovo-s20-30
install = install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 14ed6a198216..e2a686bdd763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lenovo-s20-30
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Configuration to support netbook Lenovo S20-30'
url='https://bitbucket.org/raimar/lenovo-s20-30'
arch=(any)
diff --git a/install b/install
index 2f75a18c13c3..d7f14cb2abca 100644
--- a/install
+++ b/install
@@ -8,6 +8,8 @@ post_install() {
rmmod sdhci_acpi
rmmod sdhci
modprobe rtsx_usb
+ # bluetooth
+ modprobe btusb
post_upgrade
}
@@ -15,5 +17,7 @@ post_remove() {
rmmod rtsx_usb_ms
rmmod rtsx_usb_sdmmc
rmmod rtsx_usb
+ # bluetooth
+ rmmod btusb
post_upgrade
}