first commit
This commit is contained in:
26
external/packages/extras-buildpkgs/sunxi-tools/debian/sunxi-tools.postinst
vendored
Normal file
26
external/packages/extras-buildpkgs/sunxi-tools/debian/sunxi-tools.postinst
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
|
||||
addgroup --system --quiet sunxi-fel
|
||||
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
echo "postinst called with unknown argument \`$1'" >&2
|
||||
exit 0
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user