Skip to content

Commit a0c9bbb

Browse files
committed
nope
1 parent 7415dde commit a0c9bbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ echo "Version: ${app_VER}.0-${app_VERdeb}" >> "${STAGING_DIR}/DEBIAN/control"
136136
SIZE_IN_KB="$(du -s "${STAGING_DIR}" | awk '{print $1}')"
137137
echo "Installed-Size: ${SIZE_IN_KB}" >> "${STAGING_DIR}/DEBIAN/control"
138138

139-
# Changelog
139+
# Changelog
140140
CHANGELOG="${STAGING_DIR}/usr/share/doc/${PACKAGE_NAME}/changelog.Debian"
141141
DATE=$(date -R)
142142
{

debian/DEBIAN/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ case "$1" in
118118
configure_systemd_service_user
119119

120120
# ----------------------------------------------------------------
121-
# Data base
121+
# Data base
122122
# ----------------------------------------------------------------
123123
if mysql_available; then
124124
if mysql -u root -e "SELECT 1" >/dev/null 2>&1; then

0 commit comments

Comments
 (0)