11 lines
73 B
Bash
11 lines
73 B
Bash
#!/bin/sh -e
|
|
|
|
set -e
|
|
|
|
#case "$1" in
|
|
# purge|remove)
|
|
#
|
|
# ;;
|
|
#esac
|
|
|
|
exit 0
|