view bing4desktop/DEBIAN/debian.postinst @ 21:7f02682ff5ed

bing4desktop-0.240207-4
author prymula <prymula76@outlook.com>
date Wed, 07 Feb 2024 22:51:58 +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