1 2 3 4 5 6 7 8 9 10
|
# OK, embedded has same source
mariadb-server-10.0: embedded-library usr/bin/mysqlbinlog: libmysqlclient
# ash's buildin has no "-e" so use /bin/echo
mariadb-server-10.0: command-with-path-in-maintainer-script postinst:199 /bin/echo
mariadb-server-10.0: command-with-path-in-maintainer-script postinst:213 /bin/echo
mariadb-server-10.0: command-with-path-in-maintainer-script postinst:221 /bin/echo
# OK, path /usr/sbin/invoke-rc.d is only used in check, executes are run without the path
mariadb-server-10.0: command-with-path-in-maintainer-script postinst:17 /usr/sbin/invoke-rc.d
mariadb-server-10.0: command-with-path-in-maintainer-script postrm:15 /usr/sbin/invoke-rc.d
mariadb-server-10.0: command-with-path-in-maintainer-script preinst:28 /usr/sbin/invoke-rc.d
|