mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
11 lines
132 B
Text
11 lines
132 B
Text
# arg 1: the old package version
|
|
pre_remove() {
|
|
# clean up after ourselves
|
|
#
|
|
/bin/rm -rf /var/log/uptimed
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
|
|
$op $*
|