mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
parent
1e2591699d
commit
0d79aa71aa
@ -1,6 +1,6 @@
|
|||||||
pkgname=openttd
|
pkgname=openttd
|
||||||
pkgver=1.8.0
|
pkgver=1.8.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="An engine for running Transport Tycoon Deluxe or alternative data files"
|
pkgdesc="An engine for running Transport Tycoon Deluxe or alternative data files"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='http://www.openttd.org'
|
url='http://www.openttd.org'
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
post_install() {
|
|
||||||
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
|
|
||||||
update-desktop-database > /dev/null 2>&1
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install $1
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_remove() {
|
|
||||||
update-desktop-database > /dev/null 2>&1
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
|
|
||||||
update-desktop-database > /dev/null 2>&1
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user