summarylogtreecommitdiffstats
path: root/flaketill-says.install
diff options
context:
space:
mode:
authorArmando Ibarra2016-05-05 10:36:59 -0600
committerArmando Ibarra2016-05-05 10:36:59 -0600
commit9976bbdceecc5612a58025898a5e9a78bb5e3a0a (patch)
tree10ade223b37caf5c57b034ee6ed302fe7f867c87 /flaketill-says.install
downloadaur-9976bbdceecc5612a58025898a5e9a78bb5e3a0a.tar.gz
Test new package for aur tested on arch linux x64
Diffstat (limited to 'flaketill-says.install')
-rw-r--r--flaketill-says.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/flaketill-says.install b/flaketill-says.install
new file mode 100644
index 000000000000..c4a9fb78671f
--- /dev/null
+++ b/flaketill-says.install
@@ -0,0 +1,19 @@
+post_install() {
+ # Update icon cache.
+ gtk-update-icon-cache -f '/usr/share/icons/hicolor' > /dev/null 2>&1
+
+ # Note admin after install/update on how to change th update_check setting.
+ cat << _EOF
+
+ ==> flaketill-says install/upgrade note:
+ ------------------------------------------------------------------------------
+ To config the app for updates,
+ add the following setting to your User Preferences file:
+ "updates": true
+
+_EOF
+}
+
+post_upgrade() {
+ post_install
+} \ No newline at end of file