summarylogtreecommitdiffstats
path: root/relay-git.install
diff options
context:
space:
mode:
authorRiley Trautman2016-12-30 17:52:08 -0600
committerRiley Trautman2016-12-30 17:52:08 -0600
commitf221fff30eff4d768a0ba95387f39dc6de116f03 (patch)
tree860aa4a1c8f745495a8e959369cf338f425e1d31 /relay-git.install
downloadaur-f221fff30eff4d768a0ba95387f39dc6de116f03.tar.gz
Initial commit
Diffstat (limited to 'relay-git.install')
-rw-r--r--relay-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/relay-git.install b/relay-git.install
new file mode 100644
index 000000000000..cfed9de045e1
--- /dev/null
+++ b/relay-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "Be sure to run"
+ echo ""
+ echo " \"update-desktop-database /usr/share/applications\""
+ echo ""
+ echo "and"
+ echo ""
+ echo " \"gtk-update-icon-cache -f -t /usr/share/icons/hicolor\""
+ echo ""
+ echo "after the install completes"
+}