mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
setup creature aur
This commit is contained in:
parent
810bf0b37a
commit
9cc7d27f1f
2 changed files with 17 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
*.AppImage
|
||||
*.pkg.tar*
|
||||
src/
|
||||
pkg/
|
||||
update-pkgbuild.sh
|
||||
12
creature-desktop-bin.install
Normal file
12
creature-desktop-bin.install
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
post_install() {
|
||||
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor 2>/dev/null || true
|
||||
update-desktop-database -q /usr/share/applications 2>/dev/null || true
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue