summarylogtreecommitdiffstats
path: root/gTox.install
diff options
context:
space:
mode:
authorLuca Béla Palkovics2015-06-08 16:45:13 +0000
committerLuca Béla Palkovics2015-06-08 16:45:13 +0000
commit9ca5d963711639dfdca59904d1fa9396951abcc2 (patch)
tree4959b8ba1f3ddb46d5267a69ab8ca3e50966d600 /gTox.install
downloadaur-9ca5d963711639dfdca59904d1fa9396951abcc2.tar.gz
Update to r619.5fb0ea6-1
Diffstat (limited to 'gTox.install')
-rw-r--r--gTox.install26
1 files changed, 26 insertions, 0 deletions
diff --git a/gTox.install b/gTox.install
new file mode 100644
index 000000000000..6bd133a4c78e
--- /dev/null
+++ b/gTox.install
@@ -0,0 +1,26 @@
+post_install() {
+ echo "*************************************************************"
+ echo "* Tox is by no means complete. *"
+ echo "* You may encounter bugs ranging from simple visual defects *"
+ echo "* to segfaults on file shares. *"
+ echo "* We cannot guarantee what works today will work tomorrow; *"
+ echo "* Tox is an alpha program and code changes daily. *"
+ echo "* *"
+ echo "* More at https://wiki.tox.im/ *"
+ echo "*************************************************************"
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+
+
+