summaryrefslogtreecommitdiffstats
path: root/heimdall/postremove-pak
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-04 14:25:04 +0100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-04 14:25:04 +0100
commit46f2c1134d276944fb74584a61d90cc363aee7eb (patch)
tree6fa14b7ef509a3fb84305dec013dd24bcae6c17d /heimdall/postremove-pak
parentAddresses: (diff)
downloadHeimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar
Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.gz
Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.bz2
Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.lz
Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.xz
Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.zst
Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.zip
Diffstat (limited to 'heimdall/postremove-pak')
-rwxr-xr-xheimdall/postremove-pak5
1 files changed, 5 insertions, 0 deletions
diff --git a/heimdall/postremove-pak b/heimdall/postremove-pak
new file mode 100755
index 0000000..90f5c23
--- /dev/null
+++ b/heimdall/postremove-pak
@@ -0,0 +1,5 @@
+#!/bin/sh
+sudo rm /etc/udev/rules.d/60-heimdall-galaxy-s.rules
+sudo service udev reload
+exit 0
+