mirror of
https://github.com/leonardw/synology-open-vm-tools.git
synced 2025-08-16 17:36:51 +00:00
Modified the description of the package and corrected the path in installer.sh
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user