mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 17:00:16 +00:00
10 lines
60 B
Bash
Executable file
10 lines
60 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
case "$1" in
|
|
upgrade)
|
|
;;
|
|
*)
|
|
;;
|
|
esac
|
|
|
|
exit 0
|