diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 03:41:53 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 03:41:53 -0300 |
commit | 10faba497d672cda16b989f4d7d7bd359a3f097b (patch) | |
tree | 920ddcc3b50c14807b42456eb8017594d4432550 /libre/xchat-libre/xchat.install | |
parent | c54c235da9f4322a2ad352fd43c5bc875f1daf2d (diff) |
xchat: remove libre suffix and add complex pkgrel
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 -} |