summarylogtreecommitdiffstats
path: root/sccache.install
diff options
context:
space:
mode:
authorVersus Void2017-11-12 20:26:18 +0000
committerVersus Void2017-11-12 20:26:18 +0000
commit8e2fc1d0a0f0645ca52e33acf109022b9525fa9c (patch)
treed7ddc10dada79524e0b4e0725616092dcfe12807 /sccache.install
downloadaur-8e2fc1d0a0f0645ca52e33acf109022b9525fa9c.tar.gz
Initial
Diffstat (limited to 'sccache.install')
-rw-r--r--sccache.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/sccache.install b/sccache.install
new file mode 100644
index 000000000000..18619c4d9e85
--- /dev/null
+++ b/sccache.install
@@ -0,0 +1,3 @@
+post_remove() {
+ echo 'sccache is removed. You may want to remove $SCCACHE_DIR (~/.cache/sccache by default)'
+}