thunar: remove bad debscript

This commit is contained in:
Leonid Pliushch 2019-08-12 20:09:16 +03:00 committed by Yaksh Bariya
parent cf4a202701
commit 4beb4d8841
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 0 additions and 9 deletions

View File

@ -6,12 +6,3 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_SRCURL=http://archive.xfce.org/src/xfce/thunar/1.8/Thunar-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_SHA256=7a758e7ac03501c520c304f8845353315c954d429b17d591b8eea8b14f1350b9
TERMUX_PKG_DEPENDS="libandroid-shmem, libxfce4ui, libexo, hicolor-icon-theme, libexif, libnotify, libpng"
termux_step_create_debscripts () {
cat > postinst <<HERE
ln -sf ${TERMUX_PREFIX}/bin/thunar ${TERMUX_PREFIX}/bin/Thunar
HERE
chmod 0755 postinst
}