diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-02-19 03:13:56 +1100 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-02-19 04:13:33 +1100 |
commit | b22ae7b89f7993f632e10e18c116f293f314575f (patch) | |
tree | 03161ccff78d3c9353e860e5cd9b74b84d07810b /heimdall/postinstall-pak | |
parent | 39b48f2357b0b783815be88031b738376fa228e0 (diff) | |
download | external_heimdall-b22ae7b89f7993f632e10e18c116f293f314575f.zip external_heimdall-b22ae7b89f7993f632e10e18c116f293f314575f.tar.gz external_heimdall-b22ae7b89f7993f632e10e18c116f293f314575f.tar.bz2 |
Removed autotools and VS files, and standardised source dir naming
Diffstat (limited to 'heimdall/postinstall-pak')
-rw-r--r-- | heimdall/postinstall-pak | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/heimdall/postinstall-pak b/heimdall/postinstall-pak deleted file mode 100644 index 1f2159d..0000000 --- a/heimdall/postinstall-pak +++ /dev/null @@ -1,5 +0,0 @@ -#!/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 - |