view bing4desktop/DEBIAN/debian.postinst @ 29:61c9889ed899

bing4desktop-0.240208-1
author prymula <prymula76@outlook.com>
date Thu, 08 Feb 2024 16:03:15 +0100
parents ed9556d0c5d7
children
line wrap: on
line source

#!/bin/sh
set -e

chmod 0755 /usr/bin/verysimpleslideshow.py
ln -s /usr/bin/verysimpleslideshow.py /usr/bin/vsss

exit 0