summarylogtreecommitdiffstats
path: root/entropipes.install
diff options
context:
space:
mode:
authorAlfonso Saavedra Son2016-05-17 22:45:10 +0200
committerAlfonso Saavedra Son2016-05-17 22:45:10 +0200
commit14b8818cc53748e109ff1b43fa68ac5b40abfb9d (patch)
tree9d3df4bf3c96d8533ef0e1b771a4f82f38b80400 /entropipes.install
downloadaur-14b8818cc53748e109ff1b43fa68ac5b40abfb9d.tar.gz
Firts upload
Diffstat (limited to 'entropipes.install')
-rw-r--r--entropipes.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/entropipes.install b/entropipes.install
new file mode 100644
index 000000000000..16b1a3fdf912
--- /dev/null
+++ b/entropipes.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file