Modified the description of the package and corrected the path in installer.sh

This commit is contained in:
root
2015-05-18 18:52:28 +00:00
parent fb6b993879
commit f008a8ced1
3 changed files with 2 additions and 7 deletions

View File

@ -8,7 +8,7 @@ PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
DEPENDS = cross/ncurses
HOMEPAGE = http://hisham.hm/htop/
COMMENT = An interactive process viewer for Linux (the package is intended for DSM-4.3 or earlier where it's not available)
COMMENT = An interactive process viewer for Linux.The package is intended for DSM-5.0 or earlier where it's not available)
LICENSE = GPLv2
GNU_CONFIGURE = 1

View File

@ -6,7 +6,7 @@ SPK_ICON = src/htop.png
DEPENDS = cross/$(SPK_NAME)
MAINTAINER = SynoCommunity
DESCRIPTION = An interactive process viewer for Linux (the package is intended for DSM-4.3 or earlier where it's not available)
DESCRIPTION = An interactive process viewer for Linux.The package is intended for DSM-5.0 or earlier where it's not available)
RELOAD_UI = no
DISPLAY_NAME = htop
STARTABLE = no

View File

@ -18,10 +18,6 @@ postinst ()
# Link
ln -s ${SYNOPKG_PKGDEST} ${INSTALL_DIR}
# Put htop in the PATH
mkdir -p /usr/local/bin
ln -s ${INSTALL_DIR}/bin/htop /usr/local/bin/htop
exit 0
}
@ -34,7 +30,6 @@ postuninst ()
{
# Remove link
rm -f ${INSTALL_DIR}
rm -f /usr/local/bin/htop
exit 0
}