generated from general-packages/pika-pkg-template
231992b00a
Some checks failed
PikaOS Package Build Only (Canary) (i386) / build (push) Failing after 16s
11 lines
100 B
Bash
11 lines
100 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
. /usr/share/debconf/confmodule
|
|
|
|
db_input low wine/setcaps || true
|
|
db_go
|
|
|
|
exit 0
|