diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/enpass/enpass.SlackBuild | 1 | ||||
-rw-r--r-- | office/enpass/enpass.info | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/office/enpass/enpass.SlackBuild b/office/enpass/enpass.SlackBuild index 4db26b90a273..4ef4686a44a2 100644 --- a/office/enpass/enpass.SlackBuild +++ b/office/enpass/enpass.SlackBuild @@ -63,6 +63,7 @@ ln -s $PKG/opt/enpass/Enpass $PKG/usr/bin/enpass mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/office/enpass/enpass.info b/office/enpass/enpass.info index 305c39d5a5df..676cc2c566d6 100644 --- a/office/enpass/enpass.info +++ b/office/enpass/enpass.info @@ -2,7 +2,7 @@ PRGNAM="enpass" VERSION="6.2.0.537" HOMEPAGE="https://www.enpass.io/" DOWNLOAD="UNSUPPORTED" -MD5SUM="" +MD5SUM="" DOWNLOAD_x86_64="https://apt.enpass.io/pool/main/e/enpass/enpass_6.2.0.537_amd64.deb" MD5SUM_x86_64="a66c2d0af78e36b042ec5bab7de67b93" REQUIRES="" |