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