comparison bing4desktop/DEBIAN/debian.postinst @ 10:ed9556d0c5d7

bing4desktop-0.240205-4
author prymula <prymula76@outlook.com>
date Tue, 06 Feb 2024 00:30:36 +0100
parents
children
comparison
equal deleted inserted replaced
9:b2ef499536b0 10:ed9556d0c5d7
1 #!/bin/sh
2 set -e
3
4 chmod 0755 /usr/bin/verysimpleslideshow.py
5 ln -s /usr/bin/verysimpleslideshow.py /usr/bin/vsss
6
7 exit 0