aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/postinstall-pak
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-05 00:25:04 +1100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-05 00:25:04 +1100
commit46f2c1134d276944fb74584a61d90cc363aee7eb (patch)
tree6fa14b7ef509a3fb84305dec013dd24bcae6c17d /heimdall/postinstall-pak
parent2949aca6a9fc8c4186376128f757227f40e3a515 (diff)
downloadexternal_heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.zip
external_heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.gz
external_heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.bz2
Removed the "Heimdall" folder and moved its contents to the root directory.
Diffstat (limited to 'heimdall/postinstall-pak')
-rwxr-xr-xheimdall/postinstall-pak5
1 files changed, 5 insertions, 0 deletions
diff --git a/heimdall/postinstall-pak b/heimdall/postinstall-pak
new file mode 100755
index 0000000..1f2159d
--- /dev/null
+++ b/heimdall/postinstall-pak
@@ -0,0 +1,5 @@
+#!/bin/sh
+sudo echo "SUBSYSTEM==\"usb\", SYSFS{idVendor}==\"04e8\", SYSFS{idProduct}==\"6601\", MODE=\"0666\"" > /etc/udev/rules.d/60-heimdall-galaxy-s.rules
+sudo service udev reload
+exit 0
+