added missing install files to git and pro file

This commit is contained in:
Martchus 2015-08-29 21:43:08 +02:00
parent 6fd669cb13
commit ef386885a5
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,11 @@
post_install() {
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}

View File

@ -10,7 +10,9 @@ OTHER_FILES += \
passwordfile/git/PKGBUILD \
passwordfile/mingw-w64/PKGBUILD \
passwordmanager/default/PKGBUILD \
passwordmanager/default/passwordmanager.install \
passwordmanager/git/PKGBUILD \
passwordmanager/git/passwordmanager.install \
passwordmanager/mingw-w64/PKGBUILD \
qtutilities/default/PKGBUILD \
qtutilities/git/PKGBUILD \
@ -19,7 +21,9 @@ OTHER_FILES += \
repoindex/git/PKGBUILD \
repoindex/mingw-w64/PKGBUILD \
tageditor/default/PKGBUILD \
tageditor/default/tageditor.install \
tageditor/git/PKGBUILD \
tageditor/git/tageditor.install \
tageditor/mingw-w64/PKGBUILD \
tagparser/default/PKGBUILD \
tagparser/git/PKGBUILD \
@ -31,7 +35,9 @@ OTHER_FILES += \
tasky-server/default/PKGBUILD \
tasky-server/mingw-w64/PKGBUILD \
videodownloader/default/PKGBUILD \
videodownloader/default/videodownloader.install \
videodownloader/git/PKGBUILD \
videodownloader/git/videodownloader.install \
videodownloader/mingw-w64/PKGBUILD \
blackwidowcontrol/default/PKGBUILD \
diriterator/default/PKGBUILD \
@ -40,5 +46,7 @@ OTHER_FILES += \
jflap/default/PKGBUILD \
exorciser/default/PKGBUILD \
mkvtoolnix/git/PKGBUILD \
mkvtoolnix/git/mkvtoolnix.install \
isoviewer/default/PKGBUILD \
isoviewer/default/isoviewer.install \
dbus-soundrecorder/default/PKGBUILD

View File

@ -0,0 +1,11 @@
post_install() {
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}

View File

@ -0,0 +1,11 @@
post_install() {
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}