comparison verysimpleslideshow/DEBIAN/debian.postinst @ 0:dcd610585610

INIT
author prymula <prymula76@outlook.com>
date Thu, 21 Sep 2023 22:32:14 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:dcd610585610
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