Restructuring src folder
This commit is contained in:
8
debs/solarfm-0-0-1-x64/DEBIAN/control
Normal file
8
debs/solarfm-0-0-1-x64/DEBIAN/control
Normal file
@@ -0,0 +1,8 @@
|
||||
Package: solarfm64
|
||||
Version: 0.0-1
|
||||
Section: python
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
Depends: python3.8, wget, ffmpegthumbnailer, python3-setproctitle, python3-gi, steamcmd
|
||||
Maintainer: Maxim Stewart <1itdominator@gmail.com>
|
||||
Description: SolarFM is a Gtk + Python file manager.
|
12
debs/solarfm-0-0-1-x64/DEBIAN/postrm
Executable file
12
debs/solarfm-0-0-1-x64/DEBIAN/postrm
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# Note: postrm (script executed after uninstalling the package)
|
||||
# set -e
|
||||
|
||||
|
||||
if [ -f /bin/solarfm ]; then
|
||||
rm /bin/solarfm
|
||||
fi
|
||||
|
||||
if [ -f /opt/solarfm.zip ]; then
|
||||
rm /opt/solarfm.zip
|
||||
fi
|
Reference in New Issue
Block a user