10 lines
73 B
Bash
10 lines
73 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
#DEBHELPER#
|
|
|
|
rm -rf /usr/lib/libswscale.so.5
|
|
|
|
exit 0;
|