Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
schumi2004 committed Oct 28, 2015
1 parent a09cdd9 commit 23dc962
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
3 changes: 3 additions & 0 deletions cross/comskip/digests
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
comskip-git3c3af88.tar.gz SHA1 fde54dc7b5b0e0a54a757c375bba12de5d1c493c
comskip-git3c3af88.tar.gz SHA256 76aeb4c2078c89fa61e5e422d1248a4d7684e4b8ad08e4887e0f883b5866afc0
comskip-git3c3af88.tar.gz MD5 ad9e0277e44ecc7afefedb2e25247736
9 changes: 0 additions & 9 deletions spk/comskip/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
SPK_NAME = comskip
SPK_VERS = 0.81.089
SPK_REV = 1
SPK_ICON = src/comskip.png
BETA = 1

DEPENDS = cross/argtable cross/ffmpeg cross/$(SPK_NAME)

RELOAD_UI = yes
STARTABLE = no

MAINTAINER = SynoCommunity
Expand Down
5 changes: 5 additions & 0 deletions spk/comskip/src/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ postinst ()
# Link
ln -s ${SYNOPKG_PKGDEST} ${INSTALL_DIR}

# Put nano in the PATH
mkdir -p /usr/local/bin
ln -s ${INSTALL_DIR}/bin/comskip /usr/local/bin/comskip

exit 0
}

Expand All @@ -31,6 +35,7 @@ postuninst ()
{
# Remove link
rm -f ${INSTALL_DIR}
rm -f /usr/local/bin/comskip

exit 0
}
Expand Down

0 comments on commit 23dc962

Please sign in to comment.