]> git.pld-linux.org Git - packages/systemd.git/blame - pld-clean-tmp.sh
- remove all .al leftovers
[packages/systemd.git] / pld-clean-tmp.sh
CommitLineData
50b8f452
ER
1#!/bin/sh
2# Read functions
3. /lib/rc-scripts/functions
4
5# Clean /tmp
6if is_yes "$CLEAN_TMP" && ! is_fsmounted tmpfs /tmp; then
7 LC_ALL=C rm -rf /tmp/* /tmp/.[a-zA-Z0-9]*
8fi
This page took 0.038015 seconds and 4 git commands to generate.