diff options
author | Carson McManus | 2021-08-26 15:24:17 -0400 |
---|---|---|
committer | Carson McManus | 2021-08-26 15:24:57 -0400 |
commit | 1f1d9bd55788a4e03bfb8f5cb092d7fb1807b02a (patch) | |
tree | 040fbb1fdf4440ac72aee151d7b6d1560ec550de | |
parent | 5da9e23e07b5657dae3cae8286adf6e0cf319e0e (diff) | |
download | aur-1f1d9bd55788a4e03bfb8f5cb092d7fb1807b02a.tar.gz |
remove unused script
-rw-r--r-- | .SRCINFO | 1 | ||||
-rwxr-xr-x | steamguard | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -13,7 +13,6 @@ pkgbase = steamguard-cli-git options = !strip source = git+https://github.com/dyc3/steamguard-cli.git source = git+https://github.com/geel9/SteamAuth.git - source = steamguard md5sums = SKIP md5sums = SKIP md5sums = c2589e487f84f100c62910cc2d43fc2e diff --git a/steamguard b/steamguard deleted file mode 100755 index 19d4732b09ed..000000000000 --- a/steamguard +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -exec mono /usr/lib/steamguard-cli/steamguard $@ |