mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
This commit is contained in:
parent
93189653b5
commit
0416031c9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154113
games
adonthell
afternoonstalker
asc
barrage
blobwars
briquolo
crossfire-server
dopewars
dsnake
duke3d
easysok
ember
enigma
freeciv
freesci
gcompris2
ggz-client-libs
ggz-gtk-client
ggz-sdl-games
ggz-txt-client
gnubg
gretools
gtkpool
halflifeserver
hlserver-admin
hlserver-esf
hlserver-existence
hlserver-fa
hlserver-flf
hlserver-opera
hlserver-opfor
hlserver-si
hlserver-vs
hlserver-wasteland
hlserver-wizwars
jfduke3d
kgeography
klondike
kpictorial
ktritoc
kwappen
lincity-ng
linux-enemyterritory-tce
linux-quake4
lm-solve
lucidlife
monsterz
mt_gtk_client
nethack32
nethack33
nethack34
netpanzer
noegnud-data
noegnud-littlehack
noegnud-nethack-deet
noegnud-nethack
noegnud-slashem
p5-Games-AlphaBeta
p5-Games-Bingo-Bot
p5-Games-Bingo-Print
p5-Games-Bingo
p5-Games-Dice
pvpgn
pydance
pysol-cardsets
pysol-music
q3base
quake2-data
quake3-data
quake3-q3base
rocksndiamonds
rtb
rtcw
scorched3d
six
stvef-server
supertux
torcs
tornado
tuxpaint
typespeed
viruskiller
wesnoth-devel
wesnoth
xarchon
xfce4-toys
xqf
xshisen
german/kheisereg
graphics
comix
djvulibre
dore
dri-devel
dri
eog
epix
eps2png
eterm-bg
evince
f-spot
@ -472,4 +472,4 @@ share/pixmaps/wastesedge_32x32.xpm
|
||||
@dirrm %%DATADIR%%/games
|
||||
@dirrm %%DATADIR%%/modules
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
@dirrmtry share/pixmaps
|
||||
|
@ -15,5 +15,5 @@ share/pixmaps/afternoonstalker.png
|
||||
share/applications/afternoonstalker.desktop
|
||||
@dirrm share/afternoonstalker/sounds
|
||||
@dirrm share/afternoonstalker
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrmtry share/pixmaps
|
||||
@dirrmtry share/applications
|
||||
|
@ -17,4 +17,4 @@ share/games/asc/units-mk3.con
|
||||
%%MUSIC:%%share/games/asc/music/machine_wars.mp3
|
||||
%%MUSIC:%%@dirrm share/games/asc/music
|
||||
@dirrm share/games/asc
|
||||
@unexec rmdir %D/share/games 2>/dev/null || true
|
||||
@dirrmtry share/games
|
||||
|
@ -25,8 +25,8 @@ share/applnk/Applications/barrage.desktop
|
||||
%%DATADIR%%/sounds/highlight.wav
|
||||
%%DATADIR%%/sounds/scream1.wav
|
||||
%%DATADIR%%/sounds/scream2.wav
|
||||
@unexec rmdir %D/share/applnk/Applications/ 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
||||
@dirrmtry share/applnk/Applications/
|
||||
@dirrmtry share/applnk
|
||||
@dirrm %%DATADIR%%/sounds
|
||||
@dirrm %%DATADIR%%/gfx
|
||||
@dirrm %%DATADIR%%
|
||||
|
@ -3,4 +3,4 @@ bin/blobwars
|
||||
share/applications/blobwars.desktop
|
||||
share/pixmaps/blobwars.png
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrmtry share/applications
|
||||
|
@ -113,4 +113,4 @@ share/locale/sk/LC_MESSAGES/briquolo.mo
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm share/pixmaps
|
||||
share/applications/briquolo.desktop
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrmtry share/applications
|
||||
|
@ -3280,11 +3280,11 @@ var/crossfire/temp.maps
|
||||
@exec mkdir -p %D/var/crossfire/maps
|
||||
@exec mkdir -p %D/var/crossfire/players
|
||||
@exec mkdir -p %D/var/crossfire/unique-items
|
||||
@unexec rmdir %D/var/crossfire/unique-items 2>/dev/null || true
|
||||
@unexec rmdir %D/var/crossfire/players 2>/dev/null || true
|
||||
@unexec rmdir %D/var/crossfire/maps 2>/dev/null || true
|
||||
@unexec rmdir %D/var/crossfire/datafiles 2>/dev/null || true
|
||||
@unexec rmdir %D/var/crossfire 2>/dev/null || true
|
||||
@unexec rmdir %D/var 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/crossfire/plugins 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/crossfire 2>/dev/null || true
|
||||
@dirrmtry var/crossfire/unique-items
|
||||
@dirrmtry var/crossfire/players
|
||||
@dirrmtry var/crossfire/maps
|
||||
@dirrmtry var/crossfire/datafiles
|
||||
@dirrmtry var/crossfire
|
||||
@dirrmtry var
|
||||
@dirrmtry lib/crossfire/plugins
|
||||
@dirrmtry lib/crossfire
|
||||
|
@ -48,9 +48,9 @@ share/locale/nn/LC_MESSAGES/dopewars.mo
|
||||
share/locale/pl/LC_MESSAGES/dopewars.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/dopewars.mo
|
||||
share/gnome/apps/Games/dopewars.desktop
|
||||
@unexec rmdir %D/share/gnome/apps/Games 2>/dev/null || true
|
||||
@unexec rmdir %D/share/gnome/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/gnome 2>/dev/null || true
|
||||
@dirrmtry share/gnome/apps/Games
|
||||
@dirrmtry share/gnome/apps
|
||||
@dirrmtry share/gnome
|
||||
@dirrm share/dopewars/pixmaps
|
||||
@dirrm share/dopewars
|
||||
%%PORTDOCS%%@dirrm share/doc/dopewars/help
|
||||
|
@ -11,4 +11,4 @@ bin/dsnake
|
||||
%%DATADIR%%/midi/The_Jayomon_Beat.mid
|
||||
@dirrm %%DATADIR%%/midi
|
||||
@dirrm %%DATADIR%%/data
|
||||
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
|
||||
@dirrmtry %%DATADIR%%
|
||||
|
@ -12,4 +12,4 @@ bin/duke3d-build
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readme.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gnu.txt
|
||||
@dirrm share/duke3d/testdata
|
||||
@unexec rmdir %D/share/duke3d 2> /dev/null || true
|
||||
@dirrmtry share/duke3d
|
||||
|
@ -233,21 +233,21 @@ share/wallpapers/GreenBallThemeBackground.jpg
|
||||
share/wallpapers/KSokobanThemeBackground.jpg
|
||||
share/wallpapers/SpaceThemeBackground.png
|
||||
share/wallpapers/WarehouseKeeperThemeBackground.jpg
|
||||
@unexec rmdir %D/share/wallpapers 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@dirrmtry share/wallpapers
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons/locolor/32x32/apps
|
||||
@dirrmtry share/icons/locolor/32x32
|
||||
@dirrmtry share/icons/locolor/16x16/apps
|
||||
@dirrmtry share/icons/locolor/16x16
|
||||
@dirrmtry share/icons/locolor
|
||||
@dirrmtry share/icons
|
||||
@dirrm share/doc/HTML/en/easysok
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
|
||||
@dirrmtry share/doc/HTML/en
|
||||
@dirrmtry share/doc/HTML
|
||||
@dirrm share/apps/easysok/themes/xsokoban
|
||||
@dirrm share/apps/easysok/themes/warehousekeeper
|
||||
@dirrm share/apps/easysok/themes/text
|
||||
@ -276,7 +276,7 @@ share/wallpapers/WarehouseKeeperThemeBackground.jpg
|
||||
@dirrm share/apps/easysok/icons
|
||||
@dirrm share/apps/easysok/deadlocks
|
||||
@dirrm share/apps/easysok
|
||||
@unexec rmdir %D/share/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Games/TacticStrategy 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Games 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
||||
@dirrmtry share/apps
|
||||
@dirrmtry share/applnk/Games/TacticStrategy
|
||||
@dirrmtry share/applnk/Games
|
||||
@dirrmtry share/applnk
|
||||
|
@ -73,7 +73,7 @@ share/icons/worldforge/ember.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrmtry share/applications
|
||||
@dirrm etc/ember
|
||||
@dirrm share/games/ember/carpenter/blockspec
|
||||
@dirrm share/games/ember/carpenter/blueprints
|
||||
@ -97,6 +97,6 @@ share/icons/worldforge/ember.png
|
||||
@dirrm share/games/ember/media
|
||||
@dirrm share/games/ember
|
||||
@dirrm share/games
|
||||
@unexec rmdir %D/share/icons/worldforge 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@dirrmtry share/icons/worldforge
|
||||
@dirrmtry share/icons
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
@ -2736,12 +2736,12 @@ share/locale/it/LC_MESSAGES/enigma.mo
|
||||
share/locale/nl/LC_MESSAGES/enigma.mo
|
||||
share/pixmaps/enigma.png
|
||||
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applications/ 2>/dev/null || true
|
||||
@dirrmtry share/pixmaps
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrmtry share/applications/
|
||||
|
||||
@dirrm share/enigma/sound
|
||||
@dirrm share/enigma/levels/patches
|
||||
|
@ -324,20 +324,20 @@ share/locale/ru/LC_MESSAGES/freeciv.mo
|
||||
share/locale/sv/LC_MESSAGES/freeciv.mo
|
||||
share/locale/uk/LC_MESSAGES/freeciv.mo
|
||||
share/applications/freeciv.desktop
|
||||
@unexec rmdir %D/share/locale/fi/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fi 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/he_IL/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/he_IL 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/no 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pl 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pt 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ro 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/sk 2>/dev/null || true
|
||||
@dirrmtry share/locale/fi/LC_MESSAGES
|
||||
@dirrmtry share/locale/fi
|
||||
@dirrmtry share/locale/he_IL/LC_MESSAGES
|
||||
@dirrmtry share/locale/he_IL
|
||||
@dirrmtry share/locale/no/LC_MESSAGES
|
||||
@dirrmtry share/locale/no
|
||||
@dirrmtry share/locale/pl/LC_MESSAGES
|
||||
@dirrmtry share/locale/pl
|
||||
@dirrmtry share/locale/pt/LC_MESSAGES
|
||||
@dirrmtry share/locale/pt
|
||||
@dirrmtry share/locale/ro/LC_MESSAGES
|
||||
@dirrmtry share/locale/ro
|
||||
@dirrmtry share/locale/sk/LC_MESSAGES
|
||||
@dirrmtry share/locale/sk
|
||||
@dirrm %%DATADIR%%/trident
|
||||
@dirrm %%DATADIR%%/scenario
|
||||
@dirrm %%DATADIR%%/nation
|
||||
@ -350,4 +350,4 @@ share/applications/freeciv.desktop
|
||||
@dirrm %%DATADIR%%/flags
|
||||
@dirrm %%DATADIR%%/isophex
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrmtry share/applications
|
||||
|
@ -6,18 +6,18 @@ bin/freesci
|
||||
bin/freesci-setup
|
||||
bin/sciv
|
||||
share/applnk/Games/Adventure/FreeSCI.desktop
|
||||
@unexec rmdir %D/share/applnk/Games/Adventure 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Games 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
||||
@dirrmtry share/applnk/Games/Adventure
|
||||
@dirrmtry share/applnk/Games
|
||||
@dirrmtry share/applnk
|
||||
share/icons/hicolor/48x48/apps/freesci.png
|
||||
@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
share/games/freesci/config.template
|
||||
%%PORTDOCS%%share/games/freesci/sci.sgml
|
||||
%%PORTDOCS%%share/games/freesci/sci-kernel.sgml
|
||||
%%PORTDOCS%%share/games/freesci/freesci.sgml
|
||||
%%PORTDOCS%%share/games/freesci/game-list.sgml
|
||||
@dirrm share/games/freesci
|
||||
@unexec rmdir %D/share/games 2>/dev/null || true
|
||||
@dirrmtry share/games
|
||||
|
@ -3071,8 +3071,8 @@ share/locale/tr/LC_MESSAGES/gcompris.mo
|
||||
share/locale/vi/LC_MESSAGES/gcompris.mo
|
||||
share/locale/wa/LC_MESSAGES/gcompris.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gcompris.mo
|
||||
@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw 2> /dev/null || true
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrm share/gnome/help/gcompris/fr
|
||||
@dirrm share/gnome/help/gcompris/eu
|
||||
@dirrm share/gnome/help/gcompris/C
|
||||
|
@ -13,7 +13,7 @@ lib/libggzmod.so.4
|
||||
share/desktop-directories/ggz-games.directory
|
||||
share/desktop-directories/ggz.directory
|
||||
share/locale/de/LC_MESSAGES/ggz-config.mo
|
||||
@unexec rmdir %D/share/desktop-directories 2>/dev/null || true
|
||||
@unexec rmdir %D/etc/xdg/menus/applications-merged 2>/dev/null || true
|
||||
@unexec rmdir %D/etc/xdg/menus 2>/dev/null || true
|
||||
@unexec rmdir %D/etc/xdg 2>/dev/null || true
|
||||
@dirrmtry share/desktop-directories
|
||||
@dirrmtry etc/xdg/menus/applications-merged
|
||||
@dirrmtry etc/xdg/menus
|
||||
@dirrmtry etc/xdg
|
||||
|
@ -19,7 +19,7 @@ share/locale/de/LC_MESSAGES/ggz-gtk.mo
|
||||
share/locale/es/LC_MESSAGES/ggz-gtk.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/ggz-gtk.mo
|
||||
share/locale/sv/LC_MESSAGES/ggz-gtk.mo
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrmtry share/applications
|
||||
@dirrm share/ggz/ggz-gtk/help
|
||||
@dirrm share/ggz/ggz-gtk
|
||||
@unexec rmdir %D/share/ggz 2>/dev/null || true
|
||||
@dirrmtry share/ggz
|
||||
|
@ -16,4 +16,4 @@ share/ggz/ttt3d/lines.bmp
|
||||
@dirrm lib/ggz
|
||||
@dirrm share/ggz/geekgame
|
||||
@dirrm share/ggz/ttt3d
|
||||
@unexec rmdir %D/share/ggz 2>/dev/null || true
|
||||
@dirrmtry share/ggz
|
||||
|
@ -3,5 +3,5 @@ etc/ggz.modules
|
||||
lib/ggz/tttxt
|
||||
share/applications/ggz-txt.desktop
|
||||
share/locale/de/LC_MESSAGES/ggz-txt.mo
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/ggz 2>/dev/null || true
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry lib/ggz
|
||||
|
@ -45,5 +45,5 @@ share/locale/is/LC_MESSAGES/gnubg.mo
|
||||
share/locale/it/LC_MESSAGES/gnubg.mo
|
||||
share/locale/ja/LC_MESSAGES/gnubg.mo
|
||||
share/locale/tr/LC_MESSAGES/gnubg.mo
|
||||
@unexec rmdir %D/share/locale/en_US/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/en_US 2> /dev/null || true
|
||||
@dirrmtry share/locale/en_US/LC_MESSAGES
|
||||
@dirrmtry share/locale/en_US
|
||||
|
@ -19,5 +19,5 @@ share/gnome/pixmaps/gretools.png
|
||||
@dirrm share/gnome/gretools/glade
|
||||
@dirrm share/gnome/gretools
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/gretools
|
||||
@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true
|
||||
@unexec rmdir %D/%%PYTHON_LIBDIR%% 2>/dev/null || true
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%
|
||||
@dirrmtry %%PYTHON_LIBDIR%%
|
||||
|
@ -43,4 +43,4 @@ bin/gtkpool
|
||||
%%DATADIR%%/ball_hit.raw
|
||||
@dirrm %%DATADIR%%
|
||||
share/icons/gtkpool.png
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@dirrmtry share/icons
|
||||
|
@ -1856,10 +1856,10 @@
|
||||
@dirrm %%HLDSDIR%%dmc/events
|
||||
@dirrm %%HLDSDIR%%dmc/dlls
|
||||
@dirrm %%HLDSDIR%%dmc/cl_dlls
|
||||
@unexec rmdir %D/%%HLDSDIR%%valve 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%reslists 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%tfc 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%ricochet 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%dmc 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%valve
|
||||
@dirrmtry %%HLDSDIR%%reslists
|
||||
@dirrmtry %%HLDSDIR%%tfc
|
||||
@dirrmtry %%HLDSDIR%%ricochet
|
||||
@dirrmtry %%HLDSDIR%%dmc
|
||||
@unexec rmdir %D/%%HLDSDIR%% 2>/dev/null || echo "If you are permanently removing this port and its mods, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%`` to remove any configuration files and logs left." | fmt
|
||||
@unexec rmdir %D/%%HLDSBASE%% 2>/dev/null || true
|
||||
@dirrmtry %%HLDSBASE%%
|
||||
|
@ -230,4 +230,4 @@
|
||||
@dirrm %%HLDSDIR%%Adminmod/config/Samples
|
||||
@dirrm %%HLDSDIR%%Adminmod/config
|
||||
@dirrm %%HLDSDIR%%Adminmod/.amdd
|
||||
@unexec rmdir %D/%%HLDSDIR%%Adminmod 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%Adminmod
|
||||
|
@ -944,5 +944,5 @@
|
||||
@dirrm %%HLDSDIR%%esf/dlls
|
||||
@dirrm %%HLDSDIR%%esf/classes
|
||||
@dirrm %%HLDSDIR%%esf/cl_dlls
|
||||
@unexec rmdir %D/%%HLDSDIR%%esf/SAVE 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%esf/SAVE
|
||||
@unexec rmdir %D/%%HLDSDIR%%esf 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%esf`` to remove any configuration files and logs left." | fmt
|
||||
|
@ -625,7 +625,7 @@
|
||||
@dirrm %%HLDSDIR%%existence/sound/radio/accent_agent
|
||||
@dirrm %%HLDSDIR%%existence/sound/radio
|
||||
@dirrm %%HLDSDIR%%existence/sound/player
|
||||
@unexec rmdir %D/%%HLDSDIR%%existence/sound/plats 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%existence/sound/plats
|
||||
@dirrm %%HLDSDIR%%existence/sound/oldman
|
||||
@dirrm %%HLDSDIR%%existence/sound/misc
|
||||
@dirrm %%HLDSDIR%%existence/sound/items
|
||||
@ -660,5 +660,5 @@
|
||||
@dirrm %%HLDSDIR%%existence/events
|
||||
@dirrm %%HLDSDIR%%existence/dlls
|
||||
@dirrm %%HLDSDIR%%existence/cl_dlls
|
||||
@unexec rmdir %D/%%HLDSDIR%%existence/SAVE 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%existence/SAVE
|
||||
@unexec rmdir %D/%%HLDSDIR%%existence 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%existence`` to remove any configuration files and logs left." | fmt
|
||||
|
@ -1611,6 +1611,6 @@
|
||||
@dirrm %%HLDSDIR%%firearms/events
|
||||
@dirrm %%HLDSDIR%%firearms/dlls
|
||||
@dirrm %%HLDSDIR%%firearms/cl_dlls
|
||||
@unexec rmdir %D/%%HLDSDIR%%firearms/SAVE 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%firearms/logs 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%firearms/SAVE
|
||||
@dirrmtry %%HLDSDIR%%firearms/logs
|
||||
@unexec rmdir %D/%%HLDSDIR%%firearms 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%firearms`` to remove any configuration files and logs left." | fmt
|
||||
|
@ -655,6 +655,6 @@
|
||||
@dirrm %%HLDSDIR%%/frontline/events
|
||||
@dirrm %%HLDSDIR%%/frontline/dlls
|
||||
@dirrm %%HLDSDIR%%/frontline/cl_dlls
|
||||
@unexec rmdir %D/%%HLDSDIR%%frontline/SAVE 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%frontline/logs 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%frontline/SAVE
|
||||
@dirrmtry %%HLDSDIR%%frontline/logs
|
||||
@unexec rmdir %D/%%HLDSDIR%%frontline 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%frontline`` to remove any configuration files and logs left." | fmt
|
||||
|
@ -1092,7 +1092,7 @@
|
||||
@dirrm %%HLDSDIR%%opera/sound
|
||||
@dirrm %%HLDSDIR%%opera/schemes
|
||||
@exec mkdir %D/%%HLDSDIR%%opera/nodes
|
||||
@unexec rmdir %D/%%HLDSDIR%%opera/nodes 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%opera/nodes
|
||||
@dirrm %%HLDSDIR%%opera/models/player/yun
|
||||
@dirrm %%HLDSDIR%%opera/models/player/ying
|
||||
@dirrm %%HLDSDIR%%opera/models/player/yamishiro
|
||||
@ -1169,7 +1169,7 @@
|
||||
@dirrm %%HLDSDIR%%opera/manual/images
|
||||
@dirrm %%HLDSDIR%%opera/manual
|
||||
@exec mkdir %D/%%HLDSDIR%%opera/logs
|
||||
@unexec rmdir %D/%%HLDSDIR%%opera/logs 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%opera/logs
|
||||
@dirrm %%HLDSDIR%%opera/gfx/shell
|
||||
@dirrm %%HLDSDIR%%opera/gfx
|
||||
@dirrm %%HLDSDIR%%opera/events
|
||||
|
@ -593,6 +593,6 @@
|
||||
@dirrm %%HLDSDIR%%gearbox/dlls
|
||||
@dirrm %%HLDSDIR%%gearbox/classes
|
||||
@dirrm %%HLDSDIR%%gearbox/cl_dlls
|
||||
@unexec rmdir %D/%%HLDSDIR%%gearbox/SAVE 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%gearbox/logs 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%gearbox/SAVE
|
||||
@dirrmtry %%HLDSDIR%%gearbox/logs
|
||||
@unexec rmdir %D/%%HLDSDIR%%gearbox 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%gearbox`` to remove any configuration files and logs left." | fmt
|
||||
|
@ -869,6 +869,6 @@
|
||||
@dirrm %%HLDSDIR%%si/events
|
||||
@dirrm %%HLDSDIR%%si/dlls
|
||||
@dirrm %%HLDSDIR%%si/cl_dlls
|
||||
@unexec rmdir %D/%%HLDSDIR%%si/SAVE 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%si/logs 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%si/SAVE
|
||||
@dirrmtry %%HLDSDIR%%si/logs
|
||||
@unexec rmdir %D/%%HLDSDIR%%si 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%si`` to remove any configuration files and logs left." | fmt
|
||||
|
@ -687,7 +687,7 @@
|
||||
@dirrm %%HLDSDIR%%VS/classes
|
||||
@dirrm %%HLDSDIR%%VS/cl_dlls
|
||||
@dirrm %%HLDSDIR%%VS/bots
|
||||
@unexec rmdir %D/%%HLDSDIR%%VS/SAVE 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%VS/save 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%VS/logs 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%VS/SAVE
|
||||
@dirrmtry %%HLDSDIR%%VS/save
|
||||
@dirrmtry %%HLDSDIR%%VS/logs
|
||||
@unexec rmdir %D/%%HLDSDIR%%VS 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%VS`` to remove any configuration files and logs left." | fmt
|
||||
|
@ -77,6 +77,6 @@
|
||||
@dirrm %%HLDSDIR%%wasteland/events
|
||||
@dirrm %%HLDSDIR%%wasteland/dlls
|
||||
@dirrm %%HLDSDIR%%wasteland/cl_dlls
|
||||
@unexec rmdir %D/%%HLDSDIR%%wasteland/SAVE 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%wasteland/logs 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%wasteland/SAVE
|
||||
@dirrmtry %%HLDSDIR%%wasteland/logs
|
||||
@unexec rmdir %D/%%HLDSDIR%%wasteland 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%wasteland`` to remove any configuration files and logs left." | fmt
|
||||
|
@ -738,8 +738,8 @@
|
||||
@dirrm %%HLDSDIR%%wizwars/conclaves
|
||||
@dirrm %%HLDSDIR%%wizwars/class
|
||||
@dirrm %%HLDSDIR%%wizwars/cl_dlls
|
||||
@unexec rmdir %D/%%HLDSDIR%%wizwars/SAVE 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%wizwars/save 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%wizwars/music 2>/dev/null || true
|
||||
@unexec rmdir %D/%%HLDSDIR%%wizwars/logs 2>/dev/null || true
|
||||
@dirrmtry %%HLDSDIR%%wizwars/SAVE
|
||||
@dirrmtry %%HLDSDIR%%wizwars/save
|
||||
@dirrmtry %%HLDSDIR%%wizwars/music
|
||||
@dirrmtry %%HLDSDIR%%wizwars/logs
|
||||
@unexec rmdir %D/%%HLDSDIR%%wizwars 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%wizwars`` to remove any configuration files and logs left." | fmt
|
||||
|
@ -6,4 +6,4 @@
|
||||
%%DATADIR%%/build.cfg
|
||||
bin/duke3d
|
||||
bin/duke3d-build
|
||||
@unexec rmdir %D/share/jfduke3d 2> /dev/null || true
|
||||
@dirrmtry share/jfduke3d
|
||||
|
@ -352,24 +352,24 @@ share/locale/sv/LC_MESSAGES/kgeography.mo
|
||||
share/locale/ta/LC_MESSAGES/kgeography.mo
|
||||
share/locale/tr/LC_MESSAGES/kgeography.mo
|
||||
share/locale/uk/LC_MESSAGES/kgeography.mo
|
||||
@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/uk 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/sr/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/sr 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ro 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pl 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/gl/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/gl 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/el 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/cs 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ca/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ca 2>/dev/null || true
|
||||
@dirrmtry share/locale/uk/LC_MESSAGES
|
||||
@dirrmtry share/locale/uk
|
||||
@dirrmtry share/locale/sr/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/ro/LC_MESSAGES
|
||||
@dirrmtry share/locale/ro
|
||||
@dirrmtry share/locale/pl/LC_MESSAGES
|
||||
@dirrmtry share/locale/pl
|
||||
@dirrmtry share/locale/gl/LC_MESSAGES
|
||||
@dirrmtry share/locale/gl
|
||||
@dirrmtry share/locale/el/LC_MESSAGES
|
||||
@dirrmtry share/locale/el
|
||||
@dirrmtry share/locale/cs/LC_MESSAGES
|
||||
@dirrmtry share/locale/cs
|
||||
@dirrmtry share/locale/ca/LC_MESSAGES
|
||||
@dirrmtry share/locale/ca
|
||||
@dirrm share/doc/HTML/en/kgeography
|
||||
@dirrm share/apps/kgeography/flags/italy
|
||||
@dirrm share/apps/kgeography/flags
|
||||
|
@ -68,4 +68,4 @@ share/games/klondike/CARDS/c_warnspace.xbm
|
||||
@dirrm share/games/klondike/CARDS/
|
||||
@dirrm share/games/klondike/SCORES/
|
||||
@dirrm share/games/klondike/
|
||||
@unexec rmdir %D/share/games 2>/dev/null || true
|
||||
@dirrmtry share/games
|
||||
|
@ -19,13 +19,13 @@ share/doc/HTML/en/kpictorial/common
|
||||
@dirrm share/apps/kpictorial/icons
|
||||
@dirrm share/doc/HTML/en/kpictorial
|
||||
@dirrm share/apps/kpictorial
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Games 2>/dev/null || true
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/locolor/16x16/apps
|
||||
@dirrmtry share/icons/locolor/16x16
|
||||
@dirrmtry share/icons/locolor/32x32/apps
|
||||
@dirrmtry share/icons/locolor/32x32
|
||||
@dirrmtry share/icons/locolor
|
||||
@dirrmtry share/applnk/Games
|
||||
|
@ -68,5 +68,5 @@ share/icons/hicolor/48x48/apps/ktritoc.png
|
||||
@dirrm share/apps/ktritoc/pics
|
||||
@dirrm share/apps/ktritoc
|
||||
@dirrm share/doc/HTML/en/ktritoc
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
|
@ -42,33 +42,33 @@ share/icons/locolor/32x32/apps/kwappen.png
|
||||
share/locale/de/LC_MESSAGES/kwappen.mo
|
||||
share/locale/pt/LC_MESSAGES/kwappen.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kwappen.mo
|
||||
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/22x22/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/22x22 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@dirrmtry share/icons/locolor/32x32/apps
|
||||
@dirrmtry share/icons/locolor/32x32
|
||||
@dirrmtry share/icons/locolor/16x16/apps
|
||||
@dirrmtry share/icons/locolor/16x16
|
||||
@dirrmtry share/icons/locolor
|
||||
@dirrmtry share/icons/hicolor/64x64/apps
|
||||
@dirrmtry share/icons/hicolor/64x64
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor/22x22/apps
|
||||
@dirrmtry share/icons/hicolor/22x22
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrm share/doc/HTML/pt_BR/kwappen
|
||||
@unexec rmdir %D/share/doc/HTML/pt_BR 2>/dev/null || true
|
||||
@dirrmtry share/doc/HTML/pt_BR
|
||||
@dirrm share/doc/HTML/pt/kwappen
|
||||
@unexec rmdir %D/share/doc/HTML/pt 2>/dev/null || true
|
||||
@dirrmtry share/doc/HTML/pt
|
||||
@dirrm share/doc/HTML/en/kwappen
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@dirrmtry share/doc/HTML/en
|
||||
@dirrm share/doc/HTML/de/kwappen
|
||||
@unexec rmdir %D/share/doc/HTML/de 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
|
||||
@dirrmtry share/doc/HTML/de
|
||||
@dirrmtry share/doc/HTML
|
||||
@dirrm share/apps/kwappen
|
||||
@unexec rmdir %D/share/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
||||
@dirrmtry share/apps
|
||||
@dirrmtry share/applnk/Utilities
|
||||
@dirrmtry share/applnk
|
||||
|
@ -975,7 +975,7 @@ share/applications/lincity-ng.desktop
|
||||
%%DATADIR%%/sounds/WindowClose.wav
|
||||
%%DATADIR%%/sounds/WindowOpen.wav
|
||||
share/pixmaps/lincity-ng.png
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
@dirrmtry share/pixmaps
|
||||
@dirrm %%DATADIR%%/sounds
|
||||
@dirrm %%DATADIR%%/opening
|
||||
@dirrm %%DATADIR%%/music
|
||||
@ -1023,4 +1023,4 @@ share/pixmaps/lincity-ng.png
|
||||
@dirrm %%DATADIR%%/fonts
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%DOCSDIR%%
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrmtry share/applications
|
||||
|
@ -16,5 +16,5 @@ lib/enemyterritory/tcetest/ui.mp.i386.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/changelog.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/description.txt
|
||||
@dirrm lib/enemyterritory/tcetest
|
||||
@unexec rmdir %D/lib/enemyterritory 2>/dev/null || true
|
||||
@dirrmtry lib/enemyterritory
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
@ -375,7 +375,7 @@ bin/quake4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
@dirrm %%Q4DIR%%pb/htm
|
||||
@dirrm %%Q4DIR%%pb
|
||||
@unexec rmdir %D/%%Q4DIR%%q4base 2>/dev/null || true
|
||||
@dirrmtry %%Q4DIR%%q4base
|
||||
@unexec rmdir %D/%%Q4DIR%% 2>/dev/null || echo "Note: %D/%%Q4DIR%% not empty -- not deleted!"
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ENG/htm
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ENG/images
|
||||
|
@ -19,4 +19,4 @@ bin/lm-solve
|
||||
@dirrm %%SITE_PERL%%/Games/LMSolve/Tilt
|
||||
@dirrm %%SITE_PERL%%/Games/LMSolve/Plank
|
||||
@dirrm %%SITE_PERL%%/Games/LMSolve
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true
|
||||
@dirrmtry %%SITE_PERL%%/Games
|
||||
|
@ -358,7 +358,7 @@ share/pixmaps/lucidlife.png
|
||||
%%DOCSDIR%%/select.png
|
||||
%%DOCSDIR%%/style.css
|
||||
%%DOCSDIR%%/window.gif
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrmtry share/applications
|
||||
@dirrm %%DATADIR%%/patterns/lpa/synthesis
|
||||
@dirrm %%DATADIR%%/patterns/lpa/spaceships
|
||||
@dirrm %%DATADIR%%/patterns/lpa/space_fillers
|
||||
|
@ -21,4 +21,4 @@
|
||||
@dirrm %%LINSTDIR%%/sound
|
||||
@dirrm %%LINSTDIR%%/graphics
|
||||
@dirrm %%LINSTDIR%%
|
||||
@unexec rmdir %D/share/games 2>/dev/null || true
|
||||
@dirrmtry share/games
|
||||
|
@ -3,6 +3,6 @@ share/locale/fr/LC_MESSAGES/mt_gtk_client.mo
|
||||
%%DATADIR%%/data/maitretarot.png
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale 2>/dev/null || true
|
||||
@dirrmtry share/locale/fr/LC_MESSAGES
|
||||
@dirrmtry share/locale/fr
|
||||
@dirrmtry share/locale
|
||||
|
@ -5,7 +5,7 @@ bin/%%HACKNAME%%
|
||||
@exec chmod -R 775 %D/%%DATADIR%%
|
||||
@exec chmod 2755 %D/%%DATADIR%%/%%HACKNAME%%
|
||||
@exec chown games:games %D/%%DATADIR%%/save
|
||||
@unexec rmdir %D/%%DATADIR%%/save 2>/dev/null || true
|
||||
@dirrmtry %%DATADIR%%/save
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Guidebook.txt
|
||||
%%DATADIR%%/pet_mark.xbm
|
||||
%%DATADIR%%/rip.xpm
|
||||
@ -125,5 +125,5 @@ bin/%%HACKNAME%%
|
||||
@exec touch %D/%%DATADIR%%/logfile && chmod 664 %D/%%DATADIR%%/logfile
|
||||
@unexec [ -s %D/%%DATADIR%%/record ] || rm -f %D/%%DATADIR%%/record
|
||||
@exec touch %D/%%DATADIR%%/record && chmod 664 %D/%%DATADIR%%/record
|
||||
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
|
||||
@dirrmtry %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
@ -5,7 +5,7 @@ bin/%%HACKNAME%%
|
||||
@exec chmod -R 775 %D/%%DATADIR%%
|
||||
@exec chmod 2755 %D/%%DATADIR%%/%%HACKNAME%%
|
||||
@exec chown games:games %D/%%DATADIR%%/save
|
||||
@unexec rmdir %D/%%DATADIR%%/save 2>/dev/null || true
|
||||
@dirrmtry %%DATADIR%%/save
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Guidebook.txt
|
||||
%%DATADIR%%/Arc-fila.lev
|
||||
%%DATADIR%%/Arc-filb.lev
|
||||
@ -139,5 +139,5 @@ bin/%%HACKNAME%%
|
||||
@exec touch %D/%%DATADIR%%/logfile && chmod 664 %D/%%DATADIR%%/logfile
|
||||
@unexec [ -s %D/%%DATADIR%%/record ] || rm -f %D/%%DATADIR%%/record
|
||||
@exec touch %D/%%DATADIR%%/record && chmod 664 %D/%%DATADIR%%/record
|
||||
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
|
||||
@dirrmtry %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
@ -5,7 +5,7 @@ bin/%%HACKNAME%%
|
||||
@exec chmod -R 775 %D/%%HACKDIR%%
|
||||
@exec chmod 2755 %D/%%HACKDIR%%/%%HACKNAME%%
|
||||
@exec chown games:games %D/%%HACKDIR%%/save
|
||||
@unexec rmdir %D/%%HACKDIR%%/save 2>/dev/null || true
|
||||
@dirrmtry %%HACKDIR%%/save
|
||||
%%HACKDIR%%/Arc-fila.lev
|
||||
%%HACKDIR%%/Arc-filb.lev
|
||||
%%HACKDIR%%/Arc-goal.lev
|
||||
|
@ -9,4 +9,4 @@ share/applications/netpanzer.desktop
|
||||
share/pixmaps/netpanzer.png
|
||||
share/pixmaps/netpanzer.xpm
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrmtry share/applications
|
||||
|
@ -1542,25 +1542,25 @@ share/noegnud-0.8.0/data/widgetthemes/wooden/wooden_scrollbararea.theme
|
||||
share/noegnud-0.8.0/data/widgetthemes/wooden/wooden_title.theme
|
||||
share/noegnud-0.8.0/data/widgetthemes/wooden/wooden_title_active.theme
|
||||
share/noegnud-0.8.0/data/widgetthemes/wooden/wooden_window.theme
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/widgetthemes/wooden/title 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/widgetthemes/wooden/shades 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/widgetthemes/wooden/scrollbararea 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/widgetthemes/wooden/scrollbar 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/widgetthemes/wooden/minimap 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/widgetthemes/wooden/default 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/widgetthemes/wooden/buttonover 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/widgetthemes/wooden/button 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/widgetthemes/wooden 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/widgetthemes 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/variant-reference 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/tomb 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/tilesets/nethack 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/tilesets 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/textcolouring 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/minimap-fonts 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/lang 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/images 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/gui 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data/char 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/data 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0 2>/dev/null || true
|
||||
@dirrmtry share/noegnud-0.8.0/data/widgetthemes/wooden/title
|
||||
@dirrmtry share/noegnud-0.8.0/data/widgetthemes/wooden/shades
|
||||
@dirrmtry share/noegnud-0.8.0/data/widgetthemes/wooden/scrollbararea
|
||||
@dirrmtry share/noegnud-0.8.0/data/widgetthemes/wooden/scrollbar
|
||||
@dirrmtry share/noegnud-0.8.0/data/widgetthemes/wooden/minimap
|
||||
@dirrmtry share/noegnud-0.8.0/data/widgetthemes/wooden/default
|
||||
@dirrmtry share/noegnud-0.8.0/data/widgetthemes/wooden/buttonover
|
||||
@dirrmtry share/noegnud-0.8.0/data/widgetthemes/wooden/button
|
||||
@dirrmtry share/noegnud-0.8.0/data/widgetthemes/wooden
|
||||
@dirrmtry share/noegnud-0.8.0/data/widgetthemes
|
||||
@dirrmtry share/noegnud-0.8.0/data/variant-reference
|
||||
@dirrmtry share/noegnud-0.8.0/data/tomb
|
||||
@dirrmtry share/noegnud-0.8.0/data/tilesets/nethack
|
||||
@dirrmtry share/noegnud-0.8.0/data/tilesets
|
||||
@dirrmtry share/noegnud-0.8.0/data/textcolouring
|
||||
@dirrmtry share/noegnud-0.8.0/data/minimap-fonts
|
||||
@dirrmtry share/noegnud-0.8.0/data/lang
|
||||
@dirrmtry share/noegnud-0.8.0/data/images
|
||||
@dirrmtry share/noegnud-0.8.0/data/gui
|
||||
@dirrmtry share/noegnud-0.8.0/data/char
|
||||
@dirrmtry share/noegnud-0.8.0/data
|
||||
@dirrmtry share/noegnud-0.8.0
|
||||
|
@ -9,6 +9,6 @@ share/noegnud-0.8.0/littlehack-0.0.1/record
|
||||
share/noegnud-0.8.0/littlehack-0.0.1/recover
|
||||
@exec chown games:bin %D/share/noegnud-0.8.0/littlehack-0.0.1
|
||||
@exec chmod 775 %D/share/noegnud-0.8.0/littlehack-0.0.1
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/littlehack-0.0.1/save 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/littlehack-0.0.1 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0 2>/dev/null || true
|
||||
@dirrmtry share/noegnud-0.8.0/littlehack-0.0.1/save
|
||||
@dirrmtry share/noegnud-0.8.0/littlehack-0.0.1
|
||||
@dirrmtry share/noegnud-0.8.0
|
||||
|
@ -9,6 +9,6 @@ share/noegnud-0.8.0/nethack-3.4.2-deet/record
|
||||
share/noegnud-0.8.0/nethack-3.4.2-deet/recover
|
||||
@exec chown games:bin %D/share/noegnud-0.8.0/nethack-3.4.2-deet
|
||||
@exec chmod 775 %D/share/noegnud-0.8.0/nethack-3.4.2-deet
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/nethack-3.4.2-deet/save 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/nethack-3.4.2-deet 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0 2>/dev/null || true
|
||||
@dirrmtry share/noegnud-0.8.0/nethack-3.4.2-deet/save
|
||||
@dirrmtry share/noegnud-0.8.0/nethack-3.4.2-deet
|
||||
@dirrmtry share/noegnud-0.8.0
|
||||
|
@ -9,6 +9,6 @@ share/noegnud-0.8.0/nethack-3.4.3/record
|
||||
share/noegnud-0.8.0/nethack-3.4.3/recover
|
||||
@exec chown games:bin %D/share/noegnud-0.8.0/nethack-3.4.3
|
||||
@exec chmod 775 %D/share/noegnud-0.8.0/nethack-3.4.3
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/nethack-3.4.3/save 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/nethack-3.4.3 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0 2>/dev/null || true
|
||||
@dirrmtry share/noegnud-0.8.0/nethack-3.4.3/save
|
||||
@dirrmtry share/noegnud-0.8.0/nethack-3.4.3
|
||||
@dirrmtry share/noegnud-0.8.0
|
||||
|
@ -181,6 +181,6 @@ share/noegnud-0.8.0/slashem-0.0.6E4F8/wizhelp
|
||||
share/noegnud-0.8.0/slashem-0.0.6E4F8/yeenoghu.lev
|
||||
@exec chown games:bin %D/share/noegnud-0.8.0/slashem-0.0.6E4F8
|
||||
@exec chmod 775 %D/share/noegnud-0.8.0/slashem-0.0.6E4F8
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/slashem-0.0.6E4F8/save 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0/slashem-0.0.6E4F8 2>/dev/null || true
|
||||
@unexec rmdir %D/share/noegnud-0.8.0 2>/dev/null || true
|
||||
@dirrmtry share/noegnud-0.8.0/slashem-0.0.6E4F8/save
|
||||
@dirrmtry share/noegnud-0.8.0/slashem-0.0.6E4F8
|
||||
@dirrmtry share/noegnud-0.8.0
|
||||
|
@ -6,4 +6,4 @@ bin/othello-demo
|
||||
%%SITE_PERL%%/Games/Sequential/Position.pm
|
||||
@dirrm %%SITE_PERL%%/Games/AlphaBeta
|
||||
@dirrm %%SITE_PERL%%/Games/Sequential
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true
|
||||
@dirrmtry %%SITE_PERL%%/Games
|
||||
|
@ -3,7 +3,7 @@
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bingobot.pl
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Bot
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Games/Bingo 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games
|
||||
@dirrmtry %%SITE_PERL%%/Games/Bingo
|
||||
@dirrmtry %%SITE_PERL%%/Games
|
||||
|
@ -3,7 +3,7 @@
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bingo_print.pl
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Print
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Games/Bingo 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games
|
||||
@dirrmtry %%SITE_PERL%%/Games/Bingo
|
||||
@dirrmtry %%SITE_PERL%%/Games
|
||||
|
@ -6,4 +6,4 @@
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bingo.pl
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm %%SITE_PERL%%/Games/Bingo
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true
|
||||
@dirrmtry %%SITE_PERL%%/Games
|
||||
|
@ -1,5 +1,5 @@
|
||||
%%SITE_PERL%%/Games/Dice.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games
|
||||
@dirrmtry %%SITE_PERL%%/Games
|
||||
|
@ -119,6 +119,6 @@ sbin/bntrackd
|
||||
@dirrm %%DATADIR%%/teams
|
||||
@dirrm %%DATADIR%%/users
|
||||
@dirrm %%DATADIR%%/userscdb
|
||||
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrm etc/pvpgn
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
@ -376,7 +376,7 @@ share/games/pydance/util.py
|
||||
@dirrm share/games/pydance/songs
|
||||
@dirrm share/games/pydance/images
|
||||
@dirrm share/games/pydance
|
||||
@unexec rmdir %D/share/games 2>/dev/null || true
|
||||
@dirrmtry share/games
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
|
@ -6049,5 +6049,5 @@ share/pysol/cardset-xskat-german/shadow13.gif
|
||||
@dirrm share/pysol/cardset-1815
|
||||
@dirrm share/pysol/cardset-1750
|
||||
@dirrm share/pysol/cardset-1567
|
||||
@unexec rmdir %D/share/pysol/data 2>/dev/null || true
|
||||
@unexec rmdir %D/share/pysol 2>/dev/null || true
|
||||
@dirrmtry share/pysol/data
|
||||
@dirrmtry share/pysol
|
||||
|
@ -4,5 +4,5 @@ share/pysol/music/Past_and_Future.COPYRIGHT
|
||||
share/pysol/music/Past_and_Future.it
|
||||
share/pysol/music/Subsequential.COPYRIGHT
|
||||
share/pysol/music/Subsequential.mod
|
||||
@unexec rmdir %D/share/pysol/music 2>/dev/null || true
|
||||
@unexec rmdir %D/share/pysol 2>/dev/null || true
|
||||
@dirrmtry share/pysol/music
|
||||
@dirrmtry share/pysol
|
||||
|
@ -7,8 +7,8 @@ lib/quake3/missionpack/qagame.so
|
||||
lib/quake3/missionpack/ui.so
|
||||
@dirrm lib/quake3/baseq3
|
||||
@dirrm lib/quake3/missionpack
|
||||
@unexec rmdir %D/lib/quake3 2>/dev/null || true
|
||||
@unexec rmdir %D/share/quake3/q3base 2>/dev/null || true
|
||||
@unexec rmdir %D/share/quake3/missionpack 2>/dev/null || true
|
||||
@unexec rmdir %D/share/quake3/baseq3 2>/dev/null || true
|
||||
@unexec rmdir %D/share/quake3 2>/dev/null || true
|
||||
@dirrmtry lib/quake3
|
||||
@dirrmtry share/quake3/q3base
|
||||
@dirrmtry share/quake3/missionpack
|
||||
@dirrmtry share/quake3/baseq3
|
||||
@dirrmtry share/quake3
|
||||
|
@ -338,7 +338,7 @@
|
||||
@dirrm %%DATADIR%%/baseq2/players/cyborg
|
||||
@dirrm %%DATADIR%%/baseq2/players/crakhor
|
||||
@dirrm %%DATADIR%%/baseq2/players
|
||||
@unexec rmdir %D/%%DATADIR%%/baseq2 2>/dev/null || true
|
||||
@unexec rmdir %D/%%DATADIR%%/rogue 2>/dev/null || true
|
||||
@unexec rmdir %D/%%DATADIR%%/xatrix 2>/dev/null || true
|
||||
@dirrmtry %%DATADIR%%/baseq2
|
||||
@dirrmtry %%DATADIR%%/rogue
|
||||
@dirrmtry %%DATADIR%%/xatrix
|
||||
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || echo "If you are permanently removing this port, you should remove any configuration files, data files, and mods left in %D/%%DATADIR%%." | fmt
|
||||
|
@ -10,7 +10,7 @@
|
||||
%%TEAMARENA%%%%DATADIR%%/missionpack/pak2.pk3
|
||||
%%TEAMARENA%%%%DATADIR%%/missionpack/pak3.pk3
|
||||
share/pixmaps/quake3.xpm
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
@dirrmtry share/pixmaps
|
||||
%%TEAMARENA%%@unexec rmdir %D/%%DATADIR%%/missionpack 2>/dev/null || true
|
||||
@unexec rmdir %D/%%DATADIR%%/baseq3 2>/dev/null || true
|
||||
@dirrmtry %%DATADIR%%/baseq3
|
||||
@unexec rmdir %D/%%DATADIR%% >/dev/null 2>&1 || echo "If you are permanently removing this port, you should remove any configuration files, data files, and mods left in %D/%%DATADIR%%." | fmt
|
||||
|
@ -7,8 +7,8 @@ lib/quake3/missionpack/qagame.so
|
||||
lib/quake3/missionpack/ui.so
|
||||
@dirrm lib/quake3/baseq3
|
||||
@dirrm lib/quake3/missionpack
|
||||
@unexec rmdir %D/lib/quake3 2>/dev/null || true
|
||||
@unexec rmdir %D/share/quake3/q3base 2>/dev/null || true
|
||||
@unexec rmdir %D/share/quake3/missionpack 2>/dev/null || true
|
||||
@unexec rmdir %D/share/quake3/baseq3 2>/dev/null || true
|
||||
@unexec rmdir %D/share/quake3 2>/dev/null || true
|
||||
@dirrmtry lib/quake3
|
||||
@dirrmtry share/quake3/q3base
|
||||
@dirrmtry share/quake3/missionpack
|
||||
@dirrmtry share/quake3/baseq3
|
||||
@dirrmtry share/quake3
|
||||
|
@ -839,7 +839,7 @@ bin/rocksndiamonds
|
||||
@dirrm %%DATADIR%%/levels
|
||||
@dirrm %%DATADIR%%/graphics/gfx_classic
|
||||
@dirrm %%DATADIR%%/graphics
|
||||
@unexec rmdir %D/%%DATADIR%%/scores 2>/dev/null || true
|
||||
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
|
||||
@dirrmtry %%DATADIR%%/scores
|
||||
@dirrmtry %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/elements
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
@ -152,10 +152,10 @@ share/locale/ja/LC_MESSAGES/RealTimeBattle.mo
|
||||
share/locale/pl/LC_MESSAGES/RealTimeBattle.mo
|
||||
share/locale/pt/LC_MESSAGES/RealTimeBattle.mo
|
||||
share/locale/sv/LC_MESSAGES/RealTimeBattle.mo
|
||||
@unexec rmdir %D/share/locale/en@boldquot/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/en@boldquot 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/en@quot/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/en@quot 2>/dev/null || true
|
||||
@dirrmtry share/locale/en@boldquot/LC_MESSAGES
|
||||
@dirrmtry share/locale/en@boldquot
|
||||
@dirrmtry share/locale/en@quot/LC_MESSAGES
|
||||
@dirrmtry share/locale/en@quot
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm lib/RealTimeBattle/Robots/xt-bot
|
||||
@dirrm lib/RealTimeBattle/Robots/thomas2
|
||||
|
@ -222,9 +222,9 @@ share/pixmaps/WolfSP.xpm
|
||||
@dirrm %%DATADIR%%/pb/htm
|
||||
@dirrm %%DATADIR%%/pb
|
||||
@dirrm %%DATADIR%%/main/scripts
|
||||
@unexec rmdir %D/%%DATADIR%%/main 2>/dev/null || true
|
||||
@dirrmtry %%DATADIR%%/main
|
||||
@unexec rmdir %D/%%DATADIR%% >/dev/null 2>&1 || echo "If you are permanently removing this port, you should remove any configuration files, data files, and mods left in %D/%%DATADIR%%." | fmt
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
@dirrmtry share/pixmaps
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Docs/PunkBuster/players
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Docs/PunkBuster/admins
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Docs/PunkBuster
|
||||
|
@ -1158,7 +1158,7 @@ games/scorched3d/documentation/html/serverfiles.html
|
||||
@dirrm games/scorched3d/data/tanks/tiger2
|
||||
@dirrm games/scorched3d/data/tanks/thel
|
||||
@dirrm games/scorched3d/data/tanks/t90
|
||||
@unexec rmdir %D/games/scorched3d/data/tanks/sonicring 2>/dev/null || true
|
||||
@dirrmtry games/scorched3d/data/tanks/sonicring
|
||||
@dirrm games/scorched3d/data/tanks/sonic
|
||||
@dirrm games/scorched3d/data/tanks/sa6
|
||||
@dirrm games/scorched3d/data/tanks/photoncannon
|
||||
@ -1179,7 +1179,7 @@ games/scorched3d/documentation/html/serverfiles.html
|
||||
@dirrm games/scorched3d/data/tanks/bm13
|
||||
@dirrm games/scorched3d/data/tanks/bender
|
||||
@dirrm games/scorched3d/data/tanks/battleship
|
||||
@unexec rmdir %D/games/scorched3d/data/tanks/CannonTower 2>/dev/null || true
|
||||
@dirrmtry games/scorched3d/data/tanks/CannonTower
|
||||
@dirrm games/scorched3d/data/tanks/CF-104
|
||||
@dirrm games/scorched3d/data/tanks
|
||||
@dirrm games/scorched3d/data/talk/polish
|
||||
@ -1207,44 +1207,44 @@ games/scorched3d/documentation/html/serverfiles.html
|
||||
@dirrm games/scorched3d/data/globalmods/apoc/data/landscapes/masks
|
||||
@dirrm games/scorched3d/data/globalmods/apoc/data/landscapes
|
||||
@dirrm games/scorched3d/data/globalmods/apoc/data/accessories/weapons
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/trailorhouse1 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/store1 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/smalloak 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/skyscraper1 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/shotgun 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/shockrocket 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/shockbomblet 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/remorcebomblet 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/redhornet 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/officeplaza1 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/office3 2>/dev/null || true
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/trailorhouse1
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/store1
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/smalloak
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/skyscraper1
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/shotgun
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/shockrocket
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/shockbomblet
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/remorcebomblet
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/redhornet
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/officeplaza1
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/office3
|
||||
@dirrm games/scorched3d/data/globalmods/apoc/data/accessories/objects
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/napalm 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/m7a3grenade 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/logcabin1 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/house1 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/grenade 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/gasstation1 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/fusionbarrel 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/farm1 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/factory1 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/deer 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/common 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/cityoffice 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/church1 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/cactus 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/bullet 2>/dev/null || true
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/napalm
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/m7a3grenade
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/logcabin1
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/house1
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/grenade
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/gasstation1
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/fusionbarrel
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/farm1
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/factory1
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/deer
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/common
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/cityoffice
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/church1
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/cactus
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/bullet
|
||||
@dirrm games/scorched3d/data/globalmods/apoc/data/accessories/buildings
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/brownboulders 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/boulders 2>/dev/null || true
|
||||
@unexec rmdir %D/games/scorched3d/data/globalmods/apoc/data/accessories/50cal 2>/dev/null || true
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/brownboulders
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/boulders
|
||||
@dirrmtry games/scorched3d/data/globalmods/apoc/data/accessories/50cal
|
||||
@dirrm games/scorched3d/data/globalmods/apoc/data/accessories
|
||||
@dirrm games/scorched3d/data/globalmods/apoc/data
|
||||
@dirrm games/scorched3d/data/globalmods/apoc
|
||||
@dirrm games/scorched3d/data/globalmods
|
||||
@dirrm games/scorched3d/data/fonts
|
||||
@dirrm games/scorched3d/data/avatars
|
||||
@unexec rmdir %D/games/scorched3d/data/acessories 2>/dev/null || true
|
||||
@dirrmtry games/scorched3d/data/acessories
|
||||
@dirrm games/scorched3d/data/accessories/v2missile
|
||||
@dirrm games/scorched3d/data/accessories/teleport
|
||||
@dirrm games/scorched3d/data/accessories/sonicring
|
||||
@ -1275,4 +1275,4 @@ games/scorched3d/documentation/html/serverfiles.html
|
||||
@dirrm games/scorched3d/data/accessories
|
||||
@dirrm games/scorched3d/data
|
||||
@dirrm games/scorched3d
|
||||
@unexec rmdir %D/games 2>/dev/null || true
|
||||
@dirrmtry games
|
||||
|
@ -21,5 +21,5 @@ share/icons/locolor/32x32/apps/six.png
|
||||
share/mimelnk/application/vnd.kde.six.desktop
|
||||
@dirrm share/doc/HTML/en/six
|
||||
@dirrm share/apps/six
|
||||
@unexec rmdir %D/share/applnk/Games/Board 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Games 2>/dev/null || true
|
||||
@dirrmtry share/applnk/Games/Board
|
||||
@dirrmtry share/applnk/Games
|
||||
|
@ -4,4 +4,4 @@ games/stvef/readme.txt
|
||||
games/stvef/baseEF/server.cfg
|
||||
@dirrm games/stvef/baseEF
|
||||
@dirrm games/stvef
|
||||
@unexec rmdir %D/games 2>/dev/null || true
|
||||
@dirrmtry games
|
||||
|
@ -794,4 +794,4 @@ share/pixmaps/supertux.png
|
||||
@dirrm %%DATADIR%%/images/background
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rmdir %D/share/applications 2> /dev/null || true
|
||||
@dirrmtry share/applications
|
||||
|
@ -2810,7 +2810,7 @@ lib/torcs/trackgen-bin
|
||||
@dirrm %%TORCSDIR%%/cars/155-DTM
|
||||
@dirrm %%TORCSDIR%%/cars
|
||||
@dirrm %%TORCSDIR%%
|
||||
@unexec rmdir %D/share/games 2>/dev/null || true
|
||||
@dirrmtry share/games
|
||||
@dirrm lib/torcs/modules/track
|
||||
@dirrm lib/torcs/modules/telemetry
|
||||
@dirrm lib/torcs/modules/simu
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/tornado
|
||||
@unexec rmdir %D/share/games 2>/dev/null || true
|
||||
@dirrmtry share/games
|
||||
share/games/tornado.scores
|
||||
share/locale/de/LC_MESSAGES/tornado.mo
|
||||
share/locale/es/LC_MESSAGES/tornado.mo
|
||||
|
@ -681,14 +681,14 @@ share/pixmaps/tuxpaint.png
|
||||
@dirrm %%DATADIR%%/fonts
|
||||
@dirrm %%DATADIR%%/brushes
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rmdir %D/share/locale/sw/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/sw 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/gos/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/gos 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/tlh/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/tlh 2>/dev/null || true
|
||||
@dirrmtry share/locale/sw/LC_MESSAGES
|
||||
@dirrmtry share/locale/sw
|
||||
@dirrmtry share/locale/gos/LC_MESSAGES
|
||||
@dirrmtry share/locale/gos
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/tlh/LC_MESSAGES
|
||||
@dirrmtry share/locale/tlh
|
||||
@dirrm %%DOCSDIR%%/zh_tw/html
|
||||
@dirrm %%DOCSDIR%%/zh_tw
|
||||
@dirrm %%DOCSDIR%%/zh_cn
|
||||
@ -744,4 +744,4 @@ share/pixmaps/tuxpaint.png
|
||||
@dirrm %%DOCSDIR%%/af
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm etc/tuxpaint
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
@dirrmtry share/pixmaps
|
||||
|
@ -16,4 +16,4 @@ lib/typespeed/words.portuguese
|
||||
lib/typespeed/words.prog
|
||||
lib/typespeed/words.spanish
|
||||
lib/typespeed/words.unix
|
||||
@unexec rmdir %D/lib/typespeed 2>/dev/null || true
|
||||
@dirrmtry lib/typespeed
|
||||
|
@ -13,5 +13,5 @@ share/pixmaps/viruskiller.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/virus3.gif
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrmtry share/pixmaps
|
||||
@dirrmtry share/applications
|
||||
|
@ -4015,14 +4015,14 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo
|
||||
@dirrm %%DATADIR%%/data/campaigns
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rmdir %D/share/locale/la/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/la 2> /dev/null || true
|
||||
@unexec rmdir %D/man/sv/man6 2> /dev/null || true
|
||||
@unexec rmdir %D/man/sv 2> /dev/null || true
|
||||
@unexec rmdir %D/man/hu/man6 2> /dev/null || true
|
||||
@unexec rmdir %D/man/hu 2> /dev/null || true
|
||||
@unexec rmdir %D/man/de/man6 2> /dev/null || true
|
||||
@unexec rmdir %D/man/de 2> /dev/null || true
|
||||
@dirrmtry share/locale/la/LC_MESSAGES
|
||||
@dirrmtry share/locale/la
|
||||
@dirrmtry man/sv/man6
|
||||
@dirrmtry man/sv
|
||||
@dirrmtry man/hu/man6
|
||||
@dirrmtry man/hu
|
||||
@dirrmtry man/de/man6
|
||||
@dirrmtry man/de
|
||||
%%GNOME:%%share/gnome/applications/wesnoth.desktop
|
||||
%%GNOME:%%share/gnome/pixmaps/wesnoth-icon.png
|
||||
|
||||
|
@ -4015,14 +4015,14 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo
|
||||
@dirrm %%DATADIR%%/data/campaigns
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rmdir %D/share/locale/la/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/la 2> /dev/null || true
|
||||
@unexec rmdir %D/man/sv/man6 2> /dev/null || true
|
||||
@unexec rmdir %D/man/sv 2> /dev/null || true
|
||||
@unexec rmdir %D/man/hu/man6 2> /dev/null || true
|
||||
@unexec rmdir %D/man/hu 2> /dev/null || true
|
||||
@unexec rmdir %D/man/de/man6 2> /dev/null || true
|
||||
@unexec rmdir %D/man/de 2> /dev/null || true
|
||||
@dirrmtry share/locale/la/LC_MESSAGES
|
||||
@dirrmtry share/locale/la
|
||||
@dirrmtry man/sv/man6
|
||||
@dirrmtry man/sv
|
||||
@dirrmtry man/hu/man6
|
||||
@dirrmtry man/hu
|
||||
@dirrmtry man/de/man6
|
||||
@dirrmtry man/de
|
||||
%%GNOME:%%share/gnome/applications/wesnoth.desktop
|
||||
%%GNOME:%%share/gnome/pixmaps/wesnoth-icon.png
|
||||
|
||||
|
@ -485,9 +485,9 @@ share/xarchon/xarchon.default
|
||||
@dirrm share/xarchon/archon/wav/side/dark
|
||||
@dirrm share/xarchon/archon/wav/side
|
||||
@dirrm share/xarchon/archon/wav/generic
|
||||
@unexec rmdir %D/share/xarchon/archon/wav/actor/weapon 2>/dev/null || true
|
||||
@unexec rmdir %D/share/xarchon/archon/wav/actor/piece 2>/dev/null || true
|
||||
@unexec rmdir %D/share/xarchon/archon/wav/actor 2>/dev/null || true
|
||||
@dirrmtry share/xarchon/archon/wav/actor/weapon
|
||||
@dirrmtry share/xarchon/archon/wav/actor/piece
|
||||
@dirrmtry share/xarchon/archon/wav/actor
|
||||
@dirrm share/xarchon/archon/wav
|
||||
@dirrm share/xarchon/archon/floor
|
||||
@dirrm share/xarchon/archon/cursor
|
||||
|
@ -73,11 +73,11 @@ share/xfce4/tips/tips.dat
|
||||
@dirrm share/xfce4/eyes/themes
|
||||
@dirrm share/xfce4/eyes
|
||||
@dirrm share/xfce4/tips
|
||||
@unexec rmdir %D/share/xfce4 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/bn_IN/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/bn_IN 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/mr/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/mr 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/nb_NO/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/nb_NO 2>/dev/null || true
|
||||
@dirrmtry share/xfce4
|
||||
@dirrmtry lib/xfce4/panel-plugins
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/nb_NO/LC_MESSAGES
|
||||
@dirrmtry share/locale/nb_NO
|
||||
|
@ -136,4 +136,4 @@ share/pixmaps/xqf_48x48_2.png
|
||||
@dirrm %%DATADIR%%/default
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrmtry share/applications
|
||||
|
@ -77,7 +77,7 @@ lib/X11/ja_JP.eucJP/app-defaults/XShisen
|
||||
@dirrm %%DATADIR%%/s2
|
||||
@dirrm %%DATADIR%%/s1
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rmdir %D/lib/X11/ja_JP.eucJP/app-defaults 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/X11/ja_JP.eucJP 2>/dev/null || true
|
||||
@dirrmtry lib/X11/ja_JP.eucJP/app-defaults
|
||||
@dirrmtry lib/X11/ja_JP.eucJP
|
||||
@exec [ -d %D/lib/X11/ja_JP.EUC/ -a -d %D/lib/X11/ja_JP.EUC/app-defaults ] && ln -s %D/lib/X11/ja_JP.eucJP/app-defaults/XShisen %D/lib/X11/ja_JP.EUC/app-defaults || true
|
||||
@unexec rm %D/lib/X11/ja_JP.EUC/app-defaults/XShisen 2>/dev/null || true
|
||||
|
@ -22,24 +22,24 @@ share/icons/hicolor/48x48/apps/kheisereg.png
|
||||
share/icons/locolor/16x16/apps/kheisereg.png
|
||||
share/icons/locolor/32x32/apps/kheisereg.png
|
||||
share/locale/de/LC_MESSAGES/kheisereg.mo
|
||||
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@dirrmtry share/icons/locolor/32x32/apps
|
||||
@dirrmtry share/icons/locolor/32x32
|
||||
@dirrmtry share/icons/locolor/16x16/apps
|
||||
@dirrmtry share/icons/locolor/16x16
|
||||
@dirrmtry share/icons/locolor
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrm share/doc/HTML/en/kheisereg
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@dirrmtry share/doc/HTML/en
|
||||
@dirrm share/doc/HTML/de/kheisereg
|
||||
@unexec rmdir %D/share/doc/HTML/de 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
|
||||
@dirrmtry share/doc/HTML/de
|
||||
@dirrmtry share/doc/HTML
|
||||
@dirrm share/apps/kheisereg/pics
|
||||
@dirrm share/apps/kheisereg/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/kheisereg/icons/hicolor/32x32
|
||||
@ -50,6 +50,6 @@ share/locale/de/LC_MESSAGES/kheisereg.mo
|
||||
@dirrm share/apps/kheisereg/icons/hicolor
|
||||
@dirrm share/apps/kheisereg/icons
|
||||
@dirrm share/apps/kheisereg
|
||||
@unexec rmdir %D/share/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
||||
@dirrmtry share/apps
|
||||
@dirrmtry share/applnk/Utilities
|
||||
@dirrmtry share/applnk
|
||||
|
@ -14,4 +14,4 @@ share/pixmaps/comix/stock-rotate-270-16.png
|
||||
share/pixmaps/comix/stock-rotate-90-16.png
|
||||
@dirrm share/pixmaps/comix
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@unexec rmdir %D/share/applications 2> /dev/null || true
|
||||
@dirrmtry share/applications
|
||||
|
@ -61,8 +61,8 @@ share/djvu/pubtext/DjVuXML-s.dtd
|
||||
@dirrm lib/djvulibre/plugins
|
||||
@dirrm lib/djvulibre
|
||||
@dirrm include/libdjvu
|
||||
@unexec rmdir %D/man/fr/man1 2>/dev/null || true
|
||||
@unexec rmdir %D/man/fr 2>/dev/null || true
|
||||
@unexec rmdir %D/man/de/man1 2>/dev/null || true
|
||||
@unexec rmdir %D/man/de 2>/dev/null || true
|
||||
@dirrmtry man/fr/man1
|
||||
@dirrmtry man/fr
|
||||
@dirrmtry man/de/man1
|
||||
@dirrmtry man/de
|
||||
@unexec rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
|
||||
|
@ -98,4 +98,4 @@ share/dore/fonts/unused.df
|
||||
@dirrm share/dore
|
||||
@dirrm include/dore_develop/private
|
||||
@dirrm include/dore_develop
|
||||
@unexec rmdir %D/include/fortran 2>/dev/null || true
|
||||
@dirrmtry include/fortran
|
||||
|
@ -12,4 +12,4 @@ lib/modules/dri/sis_dri.so
|
||||
%%I386%%lib/modules/dri/tdfx_dri.so
|
||||
%%I386%%lib/modules/dri/unichrome_dri.so
|
||||
@dirrm lib/modules/dri
|
||||
@unexec rmdir %D/lib/modules 2>/dev/null || true
|
||||
@dirrmtry lib/modules
|
||||
|
@ -12,4 +12,4 @@ lib/modules/dri/sis_dri.so
|
||||
%%I386%%lib/modules/dri/tdfx_dri.so
|
||||
%%I386%%lib/modules/dri/unichrome_dri.so
|
||||
@dirrm lib/modules/dri
|
||||
@unexec rmdir %D/lib/modules 2>/dev/null || true
|
||||
@dirrmtry lib/modules
|
||||
|
@ -137,18 +137,18 @@ share/locale/xh/LC_MESSAGES/eog.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/eog.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/eog.mo
|
||||
share/locale/zu/LC_MESSAGES/eog.mo
|
||||
@unexec rmdir %D/share/locale/zu/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/zu 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/xh/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/xh 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/ug/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/ug 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/nso/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/nso 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/ku 2> /dev/null || true
|
||||
@dirrmtry share/locale/zu/LC_MESSAGES
|
||||
@dirrmtry share/locale/zu
|
||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||
@dirrmtry share/locale/xh
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/nso/LC_MESSAGES
|
||||
@dirrmtry share/locale/nso
|
||||
@dirrmtry share/locale/ku/LC_MESSAGES
|
||||
@dirrmtry share/locale/ku
|
||||
@dirrm share/gnome/pixmaps/eog
|
||||
@dirrm share/gnome/omf/eog
|
||||
@dirrm share/gnome/help/eog/zh_TW/figures
|
||||
|
@ -32,5 +32,5 @@ lib/libepix.a
|
||||
@dirrm %%DATADIR%%/samples
|
||||
@dirrm %%DATADIR%%/notes
|
||||
@dirrm %%DATADIR%%/config
|
||||
@unexec rmdir %D/%%DATADIR%%/tutorial 2>/dev/null || true
|
||||
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
|
||||
@dirrmtry %%DATADIR%%/tutorial
|
||||
@dirrmtry %%DATADIR%%
|
||||
|
@ -1,3 +1,3 @@
|
||||
bin/eps2png
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/eps2png/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/eps2png 2>/dev/null || true
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/eps2png
|
||||
|
@ -52,7 +52,7 @@ share/Eterm/pix/tile/violetta.png
|
||||
share/Eterm/pix/tile/water_into_wine.png
|
||||
share/Eterm/pix/tile/wormhole.png
|
||||
share/Eterm/pix/tile/woven_memories.png
|
||||
@unexec rmdir %D/share/Eterm/pix/scale 2>/dev/null || true
|
||||
@unexec rmdir %D/share/Eterm/pix/tile 2>/dev/null || true
|
||||
@unexec rmdir %D/share/Eterm/pix 2>/dev/null || true
|
||||
@unexec rmdir %D/share/Eterm 2>/dev/null || true
|
||||
@dirrmtry share/Eterm/pix/scale
|
||||
@dirrmtry share/Eterm/pix/tile
|
||||
@dirrmtry share/Eterm/pix
|
||||
@dirrmtry share/Eterm
|
||||
|
@ -66,8 +66,8 @@ share/locale/uk/LC_MESSAGES/evince.mo
|
||||
share/locale/wa/LC_MESSAGES/evince.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/evince.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/evince.mo
|
||||
@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw 2> /dev/null || true
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrm share/gnome/omf/evince
|
||||
@dirrm share/gnome/help/evince/uk/figures
|
||||
@dirrm share/gnome/help/evince/uk
|
||||
|
@ -44,6 +44,6 @@ share/locale/sr@Latn/LC_MESSAGES/f-spot.mo
|
||||
share/locale/sv/LC_MESSAGES/f-spot.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/f-spot.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/f-spot.mo
|
||||
@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw 2> /dev/null || true
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrm lib/f-spot
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user