Skip to content

Commit

Permalink
Merge pull request #50 from WhitewaterFoundry/development
Browse files Browse the repository at this point in the history
Development pull
  • Loading branch information
Hayden authored Jun 27, 2019
2 parents 660c07e + 32fef39 commit 6de7e72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e
# the debian-policy package

TMPDIR="/run/dpkg.pengwin-base.inst"
FLAGFILE="/etc/apt/.dist-upgrade"
#FLAGFILE="/etc/apt/.dist-upgrade"
case "$1" in
configure)
if [ -f "${TMPDIR}/profile" ] ; then
Expand Down Expand Up @@ -55,6 +55,7 @@ case "$1" in

chmod 755 /usr/local/bin/cmd-exe
chmod 755 /usr/local/bin/legacy_wslupath
chmod u+s "$(which ping)"

echo " Done!"
###
Expand Down
6 changes: 5 additions & 1 deletion os-release
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
PRETTY_NAME="Pengwin"
NAME="Pengwin"
VERSION_ID="10"
VERSION="10 (buster)"
ID=debian
ID_LIKE=debian
HOME_URL="https://github.com/whitewaterfoundry/Pengwin"
SUPPORT_URL="https://github.com/whitewaterfoundry/Pengwin"
BUG_REPORT_URL="https://github.com/whitewaterfoundry/Pengwin"
BUG_REPORT_URL="https://github.com/whitewaterfoundry/Pengwin"
VERSION_CODENAME=buster

0 comments on commit 6de7e72

Please sign in to comment.