#!/bin/bash
/bin/mount -o remount,noexec /tmp

#always return true in case /tmp is not on its own partition - dpkg will fail when this is called from /etc/apt/apt.conf.d/
true
