Update packaging
This commit is contained in:
parent
8046600a55
commit
59b2094ad1
2 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,8 @@ Homepage: https://gitlab.com/o9000/tint2/
|
||||||
Package: tint2
|
Package: tint2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends},
|
||||||
|
procps
|
||||||
Description: lightweight taskbar
|
Description: lightweight taskbar
|
||||||
Tint is a simple panel/taskbar intentionally made for openbox3, but should
|
Tint is a simple panel/taskbar intentionally made for openbox3, but should
|
||||||
also work with other window managers. The taskbar includes transparency and
|
also work with other window managers. The taskbar includes transparency and
|
||||||
|
|
1
packaging/debian/postinst
Normal file
1
packaging/debian/postinst
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pkill -SIGUSR2 tint2
|
Loading…
Reference in a new issue