diff options
Diffstat (limited to 'community/xpad/xpad.install')
-rw-r--r-- | community/xpad/xpad.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/xpad/xpad.install b/community/xpad/xpad.install deleted file mode 100644 index b95cc069d..000000000 --- a/community/xpad/xpad.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} |