/etc/cron.weekly/fstrim is in util-linux 2.27.1-6ubuntu3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
# trim all mounted file systems which support it
/sbin/fstrim --all || true
|