Skip to content

Commit 473e25f

Browse files
Vitexusoz-agent
andcommitted
Remove composer-debian/composer-global-update from postinst
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 6e14eee commit 473e25f

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

debian/sms-input.postinst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
#!/bin/sh
22
set -e
33

4-
composer-debian sms-input
5-
6-
case "$1" in
7-
configure)
8-
;;
9-
10-
abort-upgrade|abort-remove|abort-deconfigure)
11-
;;
12-
13-
*)
14-
echo "postinst called with unknown argument \`$1'" >&2
15-
exit 1
16-
;;
17-
esac
18-
19-
204
#DEBHELPER#
215

226
exit 0

0 commit comments

Comments
 (0)