summarylogtreecommitdiffstats
path: root/papersplease.install
diff options
context:
space:
mode:
authorTharre2016-08-18 19:34:17 +0200
committerTharre2016-08-18 23:23:26 +0200
commitf076c8ee692c2359d5a3d5e32e88b218658d8a8b (patch)
tree5a9ced9b473e176d1b3d489822e047a2dba98cc9 /papersplease.install
parentee02f41bf352ab9af47e88c06eeee25553b6c9b0 (diff)
downloadaur-f076c8ee692c2359d5a3d5e32e88b218658d8a8b.tar.gz
Remove xdg-icon-resource call as it is obsolete
Transactional hooks provided by libaplm make this feature obsolete. The xdg-utils dependency has also been removed as an result of that.
Diffstat (limited to 'papersplease.install')
-rw-r--r--papersplease.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/papersplease.install b/papersplease.install
deleted file mode 100644
index 97fda5a9615b..000000000000
--- a/papersplease.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}