summaryrefslogtreecommitdiff
path: root/tools/packages/arch_install
diff options
context:
space:
mode:
Diffstat (limited to 'tools/packages/arch_install')
-rw-r--r--tools/packages/arch_install14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/packages/arch_install b/tools/packages/arch_install
new file mode 100644
index 00000000..eaf1b9a6
--- /dev/null
+++ b/tools/packages/arch_install
@@ -0,0 +1,14 @@
+pkgname=deadbeef
+
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}