Date: Saturday, January 21, 2023 @ 18:52:46
  Author: blakkheim
Revision: 1387507

drop old install file

Modified:
  dnscrypt-proxy/trunk/PKGBUILD
Deleted:
  dnscrypt-proxy/trunk/dnscrypt-proxy.install

------------------------+
 PKGBUILD               |    1 -
 dnscrypt-proxy.install |    9 ---------
 2 files changed, 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-21 18:48:42 UTC (rev 1387506)
+++ PKGBUILD    2023-01-21 18:52:46 UTC (rev 1387507)
@@ -14,7 +14,6 @@
 depends=(glibc)
 makedepends=(git go)
 optdepends=('python-urllib3: for generate-domains-blocklist')
-install=$pkgname.install
 backup=(
   etc/$pkgname/$pkgname.toml
   etc/$pkgname/allowed-ips.txt

Deleted: dnscrypt-proxy.install
===================================================================
--- dnscrypt-proxy.install      2023-01-21 18:48:42 UTC (rev 1387506)
+++ dnscrypt-proxy.install      2023-01-21 18:52:46 UTC (rev 1387507)
@@ -1,9 +0,0 @@
-post_upgrade() {
-  if [ "$(vercmp "$2" '1.9.5-1')" -le 0 ]; then
-    echo 'The configuration file(s) and setup of dnscrypt-proxy has changed 
considerably since version 1.x.'
-    echo 'Please refer to the new upstream information for help!'
-  fi
-  if [ "$(vercmp "$2" '2.0.45-1')" -le 0 ]; then
-    echo 'Some of the configuration files have been renamed. Read 
/usr/share/doc/dnscrypt-proxy/ChangeLog to merge files accordingly.'
-  fi
-}

Reply via email to