summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--cc.deb.PKGBUILD6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b055bbdf4f3..309161d80094 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = skywire-bin
pkgdesc = Skywire: Building a new Internet. Skycoin.com
pkgver = 1.3.6
- pkgrel = 16
+ pkgrel = 17
url = https://github.com/skycoin/skywire
install = skywire.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5aeab8d7e7d9..1a57a70f5e3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=${pkgname/-bin/}
_githuborg=skycoin
pkgdesc="Skywire: Building a new Internet. Skycoin.com"
pkgver='1.3.6'
-pkgrel='16'
+pkgrel='17'
_rc=''
#_rc='-pr1'
_pkgver="${pkgver}${_rc}"
diff --git a/cc.deb.PKGBUILD b/cc.deb.PKGBUILD
index fe465b17cff5..4f14cce24bb1 100644
--- a/cc.deb.PKGBUILD
+++ b/cc.deb.PKGBUILD
@@ -91,9 +91,9 @@ install -Dm755 "${srcdir}/${_pkgarch}.control" "${_pkgdir}/DEBIAN/control"
echo -e '#!/bin/bash
[[ -f /opt/skywire/scripts/skywire-autoconfig ]] && /opt/skywire/scripts/skywire-autoconfig
' | tee "${_pkgdir}/DEBIAN/postinst"
-echo -e '#!/bin/bash
-[[ -d /opt/skywire ]] && rm -rf /opt/skywire/
-'| tee "${_pkgdir}/DEBIAN/prerm"
+#echo -e '#!/bin/bash
+#[[ -d /opt/skywire ]] && rm -rf /opt/skywire/
+#'| tee "${_pkgdir}/DEBIAN/prerm"
chmod +x "${_pkgdir}/DEBIAN/"*
_msg2 'creating the debian package'
#create the debian package!