mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 17:52:17 +03:00
include bash as dep in control file
This commit is contained in:
parent
2947c88e1c
commit
38a09d5856
2 changed files with 2 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -8,5 +8,5 @@ Homepage: http://www.liderahenk.org.tr
|
||||||
|
|
||||||
Package: ahenk
|
Package: ahenk
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:python3 (>= 3), cython, libidn11, libidn11-dev, python3-dev, python3-pip, python3-watchdog, libffi-dev, libssl-dev, python3-paramiko, python3-cpuinfo, python3-psutil (>= 4), libpam-script, python3-sleekxmpp, dmidecode, python3-easygui, notify-osd
|
Depends: bash, python3 (>= 3), cython, libidn11, libidn11-dev, python3-dev, python3-pip, python3-watchdog, libffi-dev, libssl-dev, python3-paramiko, python3-cpuinfo, python3-psutil (>= 4), libpam-script, python3-sleekxmpp, dmidecode, python3-easygui, notify-osd
|
||||||
Description: Lider Ahenk is an open source project which provides solutions to manage, monitor and audit unlimited number of different systems and users on a network.
|
Description: Lider Ahenk is an open source project which provides solutions to manage, monitor and audit unlimited number of different systems and users on a network.
|
||||||
|
|
2
debian/prerm
vendored
2
debian/prerm
vendored
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# prerm script for ahenk
|
# prerm script for ahenk
|
||||||
#
|
#
|
||||||
/usr/bin/python3 /opt/ahenk/ahenkd.py clean
|
/usr/bin/python3 /opt/ahenk/ahenkd.py clean
|
||||||
|
|
Loading…
Reference in a new issue