summarylogtreecommitdiffstats
path: root/cc.deb.PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'cc.deb.PKGBUILD')
-rw-r--r--cc.deb.PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc.deb.PKGBUILD b/cc.deb.PKGBUILD
index 4f14cce24bb1..00ef8b462cab 100644
--- a/cc.deb.PKGBUILD
+++ b/cc.deb.PKGBUILD
@@ -91,6 +91,7 @@ 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' | tee "${_pkgdir}/DEBIAN/prerm"
#echo -e '#!/bin/bash
#[[ -d /opt/skywire ]] && rm -rf /opt/skywire/
#'| tee "${_pkgdir}/DEBIAN/prerm"