Initial commit...

This commit is contained in:
2021-10-10 01:45:55 -05:00
parent 589ef9e6a2
commit 6e2f571466
97 changed files with 9772 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
#postrm (script executed after uninstalling the package)
#set -e
if [ -f /bin/pytop ]; then
rm /bin/pytop
fi
if [ -d /opt/Pytop ]; then
rm -rf /opt/Pytop
fi