summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Liebkies2018-01-02 20:17:35 +0100
committerMax Liebkies2018-01-02 20:17:35 +0100
commitf3dcb86901095b1c19118d3f1a21783cae646889 (patch)
treeac579186cc9ebf9fc60aa0835697856eb0075fea
parent1b79d80eb1215a21ac9e0c0d97fc91a9980690c8 (diff)
downloadaur-f3dcb86901095b1c19118d3f1a21783cae646889.tar.gz
Remove install script
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
-rw-r--r--dotnet-sdk-2.0.install9
3 files changed, 0 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa8a3139fcee..32b4ce99aa66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = dotnet-sdk-2.0
pkgrel = 1
epoch = 1
url = https://www.microsoft.com/net/core
- install = dotnet-sdk-2.0.install
arch = x86_64
license = MIT
depends = dotnet-runtime>=2.0.4
diff --git a/PKGBUILD b/PKGBUILD
index 086fd4bd7e00..60ab600c04d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,6 @@ url="https://www.microsoft.com/net/core"
license=('MIT')
depends=('dotnet-runtime>=2.0.4')
options=('staticlibs')
-install=dotnet-sdk-2.0.install
-
conflicts=('dotnet-sdk')
source=("https://download.microsoft.com/download/2/9/3/293BC432-348C-4D1C-B628-5AC8AB7FA162/dotnet-sdk-2.1.3-linux-x64.tar.gz")
diff --git a/dotnet-sdk-2.0.install b/dotnet-sdk-2.0.install
deleted file mode 100644
index 49c9e634c35f..000000000000
--- a/dotnet-sdk-2.0.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- echo "Populating local Nuget package cache"
- dotnet nuget &> /dev/null
-}
-
-post_upgrade() {
- echo "Populating local Nuget package cache"
- dotnet nuget &> /dev/null
-}