diff options
Diffstat (limited to 'libre/xchat-libre/xchat.install')
-rw-r--r-- | libre/xchat-libre/xchat.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/xchat-libre/xchat.install b/libre/xchat-libre/xchat.install deleted file mode 100644 index eab82d16f..000000000 --- a/libre/xchat-libre/xchat.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |