summarylogtreecommitdiffstats
path: root/xfce4-hotcorner-plugin.install
diff options
context:
space:
mode:
authorChristopher RYU2022-05-25 06:16:18 +0900
committerChristopher RYU2022-05-25 06:16:18 +0900
commit93864c2e9acd205569fc2dcc7432ae666d68e872 (patch)
tree4542abf0967cbcea7455b55aba32813fe57c68ea /xfce4-hotcorner-plugin.install
parent0ad3cde254f77bfd1af64885dfeed1daf6e4e1e8 (diff)
downloadaur-93864c2e9acd205569fc2dcc7432ae666d68e872.tar.gz
Update to 0.0.3 -- new upstream maintainer, works with modern xfce4.
Diffstat (limited to 'xfce4-hotcorner-plugin.install')
-rw-r--r--xfce4-hotcorner-plugin.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/xfce4-hotcorner-plugin.install b/xfce4-hotcorner-plugin.install
deleted file mode 100644
index e4f8fd06c1ed..000000000000
--- a/xfce4-hotcorner-plugin.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: