mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 23:19:33 +08:00
8 lines
151 B
Bash
8 lines
151 B
Bash
#!/bin/sh
|
|
# Copyright 2022 Rafał Wabik (IceG) - From eko.one.pl forum
|
|
# MIT License
|
|
|
|
rm -rf /tmp/luci-indexcache
|
|
rm -rf /tmp/luci-modulecache/
|
|
exit 0
|