6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# When installed into .../fpdb/ the script gets mode 644
|
||
|
# Note: "dh_fixperms -Xfpdb.py" did not work, hence this hack
|
||
|
chmod 755 /usr/bin/fpdb
|